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 7e9fbc4 commit 0420451Copy full SHA for 0420451
.github/workflows/deploy.yml
@@ -34,4 +34,5 @@ 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 branch -M github
38
git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" github
0 commit comments