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 a54e464 commit 2c0a46cCopy full SHA for 2c0a46c
.github/workflows/deploy.yml
@@ -33,7 +33,6 @@ jobs:
33
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
34
35
- name: 🚀 Deploy to GitHub Pages
36
- run: npm run deploy
+ run: npm run deploy -- --repo https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- REPO: https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
0 commit comments