Skip to content

Commit bb55ad1

Browse files
authored
Update book.yml
1 parent d8fb1da commit bb55ad1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/book.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ jobs:
5050
mdbook build -d gh-pages/master docs/book
5151
5252
- name: Deploy
53-
uses: peaceiris/actions-gh-pages@v2.5.1
53+
uses: peaceiris/actions-gh-pages@v3
5454
with:
55-
emptyCommits: false
55+
github_token: ${{ secrets.GITHUB_TOKEN }}
5656
keepFiles: true
57-
env:
58-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
59-
PUBLISH_BRANCH: gh-pages
60-
PUBLISH_DIR: docs/book/gh-pages
57+
publish_dir: docs/book/gh-pages

0 commit comments

Comments
 (0)