We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a04d38 commit b779e09Copy full SHA for b779e09
1 file changed
.github/workflows/hexo.yml
@@ -47,8 +47,8 @@ jobs:
47
hexo generate
48
hexo deploy
49
- 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 }}
+ run: |
+ git symbolic-ref HEAD refs/heads/gh-pages
+ git add *
+ git commit -m "update"
+ git push origin gh-pages
0 commit comments