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 5a22551 commit 1f8291dCopy full SHA for 1f8291d
.github/workflows/build.yml
@@ -46,5 +46,5 @@ jobs:
46
- name: Deploy
47
uses: peaceiris/actions-gh-pages@v4
48
with:
49
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_dir: ./site
0 commit comments