We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8310e2 commit c336741Copy full SHA for c336741
.github/workflows/index-page.yml
@@ -114,16 +114,17 @@ jobs:
114
working-directory: ./public
115
116
# OneBot
117
- - uses: actions/checkout@v4
118
- with:
119
- ref: 'kdoc-deploy/component-onebot'
120
- path: 'public/kdoc/cp-ob'
121
-
122
- - run: |
123
- mkdir -p kdoc/cp-ob
124
- cp -r kdoc/cp-ob/* ./
125
- rm -rf kdoc/cp-ob
126
- working-directory: ./public
+ # TODO
+# - uses: actions/checkout@v4
+# with:
+# ref: 'kdoc-deploy/component-onebot'
+# path: 'public/kdoc/cp-ob'
+#
+# - run: |
+# mkdir -p kdoc/cp-ob
+# cp -r kdoc/cp-ob/* ./
+# rm -rf kdoc/cp-ob
127
+# working-directory: ./public
128
129
# snapshots
130
0 commit comments