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 de3838a commit 281f1dcCopy full SHA for 281f1dc
.github/workflows/book.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# Push the book's HTML to github-pages
34
- name: GitHub Pages action
35
- uses: peaceiris/actions-gh-pages@v3.5.9
+ uses: peaceiris/actions-gh-pages@v4
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: ./docs/_build/html
0 commit comments