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 ddb5bc7 commit 728ab3aCopy full SHA for 728ab3a
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
run: .ci/pre_deploy.bash
53
- name: Deploy
54
if: ${{ (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master' }}
55
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
56
with:
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
publish_dir: .
0 commit comments