Skip to content

Commit 7b76247

Browse files
authored
Update deploy.yml
1 parent d4b63f6 commit 7b76247

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy the book to Pages
1+
name: Publish the book to Pages
22

33
on:
44
push:
@@ -7,5 +7,5 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
make_book:
11-
uses: originlab/originlab.github.io/.github/workflows/make_book.yml@main
10+
publish_book:
11+
uses: originlab/originlab.github.io/.github/workflows/publish_book.yml@main

0 commit comments

Comments
 (0)