Skip to content

Commit 824d460

Browse files
committed
修改 hexo.yml
1 parent 6f1e862 commit 824d460

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/hexo.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
hexo clean
4747
hexo generate
4848
hexo deploy
49-
# - name: Build and Deploy
50-
# run: |
51-
# git pull
52-
# git subtree push --prefix=public origin gh-pages
49+
- name: Deploy # step4
50+
id: deploy
51+
uses: sma11black/hexo-action@v1.0.0
52+
with:
53+
deploy_key: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)