Skip to content

Commit b779e09

Browse files
committed
update hexo.yml
1 parent 7a04d38 commit b779e09

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/hexo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
hexo generate
4848
hexo deploy
4949
- name: Deploy # step4
50-
id: deploy
51-
uses: noosphere-coder/hexo-action@master
52-
with:
53-
deploy_key: ${{ secrets.ACCESS_TOKEN }}
54-
commit_msg: ${{ github.event.head_commit.message }}
50+
run: |
51+
git symbolic-ref HEAD refs/heads/gh-pages
52+
git add *
53+
git commit -m "update"
54+
git push origin gh-pages

0 commit comments

Comments
 (0)