Skip to content

Commit a098130

Browse files
authored
Update deploy.yml
1 parent 2675479 commit a098130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git add .
3434
git commit -m "Deploy to GitHub Pages"
35-
git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" master:github
35+
git branch -M github
36+
git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" github

0 commit comments

Comments
 (0)