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 79d1c11 commit 033fe85Copy full SHA for 033fe85
.github/workflows/rustdoc.yml
@@ -28,7 +28,7 @@ jobs:
28
run: cargo doc --all --no-deps
29
30
- name: Deploy Docs
31
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_branch: gh-pages
0 commit comments