Skip to content

Commit d99aedd

Browse files
committed
update deploy.yml
1 parent 0974a15 commit d99aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email github-actions@github.com
3636
git add "versions/JobPower_${TAG_NAME}"
3737
git commit -m "Add JobPower version ${TAG_NAME}"
38-
git push
38+
git push origin HEAD:main
3939
4040
- name: Deploy to GitHub Pages
4141
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)