Skip to content

Commit aebf288

Browse files
committed
优化 github actions
1 parent b2866b0 commit aebf288

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/hexo.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,11 @@ jobs:
4545
run: |
4646
hexo clean
4747
hexo generate
48-
hexo deploy
48+
hexo deploy
49+
- name: Build and Deploy
50+
uses: easy-git/easy-git.github.io@master
51+
env:
52+
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
53+
PUBLISH_REPOSITORY: easy-git/easy-git.github.io
54+
BRANCH: master
55+
PUBLISH_DIR: ./public

0 commit comments

Comments
 (0)