Skip to content

Commit b47d857

Browse files
committed
update
1 parent fabf1ee commit b47d857

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hexo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
- name: Deploy # step4
5050
run: |
5151
git symbolic-ref HEAD refs/heads/gh-pages
52-
git -f add *
52+
git add -f *
5353
git commit -m "update"
54-
git push origin gh-pages
54+
git push --force origin gh-pages

0 commit comments

Comments
 (0)