We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabf1ee commit b47d857Copy full SHA for b47d857
1 file changed
.github/workflows/hexo.yml
@@ -49,6 +49,6 @@ jobs:
49
- name: Deploy # step4
50
run: |
51
git symbolic-ref HEAD refs/heads/gh-pages
52
- git -f add *
+ git add -f *
53
git commit -m "update"
54
- git push origin gh-pages
+ git push --force origin gh-pages
0 commit comments