We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cb127 commit ca8a161Copy full SHA for ca8a161
.github/workflows/deploy.yml
@@ -44,4 +44,5 @@ jobs:
44
- name: Deploy
45
uses: peaceiris/actions-gh-pages@v3
46
with:
47
+ github_token: ${{ secrets.GITHUB_TOKEN }}
48
publish_dir: './dist'
0 commit comments