We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de318e commit 3e6993bCopy full SHA for 3e6993b
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
echo '<meta http-equiv="refresh" content="0; url=erudite">' > target/x86_64-unknown-linux-gnu/doc/index.html
28
- name: Deploy to GitHub Pages
29
if: ${{ github.event_name != 'pull_request' }}
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
33
publish_dir: target/x86_64-unknown-linux-gnu/doc
0 commit comments