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 33d3b2c commit 2526b5cCopy full SHA for 2526b5c
.github/workflows/ci.yml
@@ -395,7 +395,7 @@ jobs:
395
396
- name: Publish site
397
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
398
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
399
with:
400
github_token: ${{ secrets.GITHUB_TOKEN }}
401
publish_dir: site/target/docs/site
0 commit comments