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 1d18d4a commit 69018b6Copy full SHA for 69018b6
.github/workflows/book-cd.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: peaceiris/actions-mdbook@v1
22
- run: mdbook build docs
23
- name: Deploy
24
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
25
with:
26
github_token: ${{ secrets.GH_PAT }}
27
publish_dir: ./docs/book
0 commit comments