We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6303818 commit fabf1eeCopy full SHA for fabf1ee
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 add -f *
+ git -f add *
53
git commit -m "update"
54
git push origin gh-pages
0 commit comments