Skip to content

Commit c080c33

Browse files
committed
优化 github actions
1 parent 4df4371 commit c080c33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/hexo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
hexo generate
4848
hexo deploy
4949
- name: Build and Deploy
50-
uses: y4code/hexo-deploy-action@master
50+
run: |
51+
git subtree push --prefix=public origin gh-pages
5152
env: |
5253
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
5354
PUBLISH_REPOSITORY: easy-git/easy-git.github.io

0 commit comments

Comments
 (0)