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.
2 parents 496cde5 + 32061a9 commit 7e06b3aCopy full SHA for 7e06b3a
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: deploy
37
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
38
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
39
with:
40
github_token: ${{ secrets.GITHUB_TOKEN }}
41
publish_branch: gh-pages
0 commit comments