We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c080c33 commit 5db0fb0Copy full SHA for 5db0fb0
1 file changed
.github/workflows/hexo.yml
@@ -48,9 +48,4 @@ jobs:
48
hexo deploy
49
- name: Build and Deploy
50
run: |
51
- git subtree push --prefix=public origin gh-pages
52
- env: |
53
- PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
54
- PUBLISH_REPOSITORY: easy-git/easy-git.github.io
55
- BRANCH: master
56
- PUBLISH_DIR: ./public
+ git subtree push --prefix=public origin gh-pages
0 commit comments