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 d7b0da8 commit ba3e949Copy full SHA for ba3e949
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
55
# Deploy the book's HTML to gh-pages branch
56
- name: GitHub Pages action
57
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
+ uses: peaceiris/actions-gh-pages@v3
58
with:
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
publish_dir: ./book/_build/html
0 commit comments