We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fe339 commit d90c471Copy full SHA for d90c471
.github/workflows/deploy.yml
@@ -47,4 +47,5 @@ jobs:
47
- name: Deploy to GitHub Pages
48
uses: peaceiris/actions-gh-pages@v3
49
with:
50
- publish_dir: ./dist
+ github_token: ${{ secrets.GITHUB_TOKEN }}
51
+ publish_dir: ./dist
0 commit comments