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 cef06e3 commit 7e9fbc4Copy full SHA for 7e9fbc4
.github/workflows/deploy.yml
@@ -34,4 +34,4 @@ jobs:
34
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
35
git add .
36
git commit -m "Deploy to GitHub Pages"
37
- git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" github:github
+ git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" github
0 commit comments