There was an error while loading. Please reload this page.
1 parent d4b63f6 commit 7b76247Copy full SHA for 7b76247
1 file changed
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Build and deploy the book to Pages
+name: Publish the book to Pages
2
3
on:
4
push:
@@ -7,5 +7,5 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- make_book:
11
- uses: originlab/originlab.github.io/.github/workflows/make_book.yml@main
+ publish_book:
+ uses: originlab/originlab.github.io/.github/workflows/publish_book.yml@main
0 commit comments