Skip to content

Commit 027c388

Browse files
committed
关闭 gitbook action
1 parent fcf4522 commit 027c388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout action
1111
uses: actions/checkout@v2
12-
- name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
13-
uses: ZanderZhao/[email protected] # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please
14-
with: # or fork this repo and use YourName/gitbook-action@master
15-
token: ${{ secrets.PERSONAL_TOKEN }} # -> remember add this in settings/secrets as following
16-
publish_branch: gh-pages
17-
time_zone: Asia/Shanghai
12+
# - name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
13+
# uses: ZanderZhao/[email protected] # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please
14+
# with: # or fork this repo and use YourName/gitbook-action@master
15+
# token: ${{ secrets.PERSONAL_TOKEN }} # -> remember add this in settings/secrets as following
16+
# publish_branch: gh-pages
17+
# time_zone: Asia/Shanghai

0 commit comments

Comments
 (0)