We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fb1da commit bb55ad1Copy full SHA for bb55ad1
.github/workflows/book.yml
@@ -50,11 +50,8 @@ jobs:
50
mdbook build -d gh-pages/master docs/book
51
52
- name: Deploy
53
- uses: peaceiris/actions-gh-pages@v2.5.1
+ uses: peaceiris/actions-gh-pages@v3
54
with:
55
- emptyCommits: false
+ github_token: ${{ secrets.GITHUB_TOKEN }}
56
keepFiles: true
57
- env:
58
- ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
59
- PUBLISH_BRANCH: gh-pages
60
- PUBLISH_DIR: docs/book/gh-pages
+ publish_dir: docs/book/gh-pages
0 commit comments