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 e16dca7 commit 4015959Copy full SHA for 4015959
.github/workflows/deploy.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Deploy
27
uses: JamesIves/github-pages-deploy-action@v4
28
with:
29
- folder: out
30
branch: gh-pages
31
-
+ folder: out
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments