We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df4371 commit c080c33Copy full SHA for c080c33
1 file changed
.github/workflows/hexo.yml
@@ -47,7 +47,8 @@ jobs:
47
hexo generate
48
hexo deploy
49
- name: Build and Deploy
50
- uses: y4code/hexo-deploy-action@master
+ run: |
51
+ git subtree push --prefix=public origin gh-pages
52
env: |
53
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
54
PUBLISH_REPOSITORY: easy-git/easy-git.github.io
0 commit comments