We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aebc0e commit 0791db4Copy full SHA for 0791db4
1 file changed
.github/workflows/hexo.yml
@@ -47,8 +47,8 @@ jobs:
47
hexo generate
48
hexo deploy
49
- name: Build and Deploy
50
- env: |
51
- PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
52
- PUBLISH_REPOSITORY: easy-git/easy-git.github.io
53
- BRANCH: master
54
- PUBLISH_DIR: ./public
+ env: |
+ PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ PUBLISH_REPOSITORY: easy-git/easy-git.github.io
+ BRANCH: master
+ PUBLISH_DIR: ./public
0 commit comments