Skip to content

Commit d8310e2

Browse files
committed
README for test
1 parent b5f1c8c commit d8310e2

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,20 @@ jobs:
4040
destination_dir: snapshots/components/telegram
4141

4242
# OneBot
43-
deploy-onebot-kdoc-pages:
44-
if: github.ref == 'refs/heads/kdoc-deploy/component-onebot'
45-
name: deploy-onebot-kdoc-pages
46-
runs-on: ubuntu-latest
47-
steps:
48-
- uses: actions/checkout@v4
49-
- name: Deploy component/onebot to doc repository
50-
uses: peaceiris/actions-gh-pages@v3
51-
with:
52-
personal_token: ${{ secrets.PUSH_TOKEN }}
53-
publish_branch: gh-pages
54-
publish_dir: components/onebot
55-
destination_dir: components/onebot
43+
# TODO
44+
# deploy-onebot-kdoc-pages:
45+
# if: github.ref == 'refs/heads/kdoc-deploy/component-onebot'
46+
# name: deploy-onebot-kdoc-pages
47+
# runs-on: ubuntu-latest
48+
# steps:
49+
# - uses: actions/checkout@v4
50+
# - name: Deploy component/onebot to doc repository
51+
# uses: peaceiris/actions-gh-pages@v3
52+
# with:
53+
# personal_token: ${{ secrets.PUSH_TOKEN }}
54+
# publish_branch: gh-pages
55+
# publish_dir: components/onebot
56+
# destination_dir: components/onebot
5657

5758
deploy-onebot-snapshots-kdoc-pages:
5859
if: github.ref == 'refs/heads/kdoc-deploy/snapshots/component-onebot'

0 commit comments

Comments
 (0)