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