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 7d97900 commit 021becbCopy full SHA for 021becb
.github/workflows/gh-pages.yml
@@ -46,6 +46,6 @@ jobs:
46
uses: peaceiris/actions-gh-pages@v4
47
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
48
with:
49
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_dir: ./public
51
publish_branch: gh-pages # deploying branch
0 commit comments