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 f412f3f commit a2abcdeCopy full SHA for a2abcde
.github/workflows/deploy.yml
@@ -27,5 +27,8 @@ jobs:
27
- name: Deploy to GitHub Pages
28
env:
29
CI: true
30
- run: npm run deploy
+ GIT_USER: github-actions[bot] # Add user for gh-pages package
31
+ GITHUB_TOKEN: ${{ github.token }} # Authenticate with the token
32
+ run: npx gh-pages -d build --repo https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}.git
33
+
34
0 commit comments