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