File tree Expand file tree Collapse file tree 2 files changed +10
-92
lines changed Expand file tree Collapse file tree 2 files changed +10
-92
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -119,17 +119,16 @@ jobs:
119
119
working-directory: ./public
120
120
121
121
# OneBot
122
- # TODO
123
- # - uses: actions/checkout@v4
124
- # with:
125
- # ref: 'kdoc-deploy/component-onebot'
126
- # path: 'public/kdoc/cp-ob'
127
- #
128
- # - run: |
129
- # mkdir -p kdoc/cp-ob
130
- # cp -r kdoc/cp-ob/* ./
131
- # rm -rf kdoc/cp-ob
132
- # working-directory: ./public
122
+ - uses : actions/checkout@v4
123
+ with :
124
+ ref : ' kdoc-deploy/component-onebot'
125
+ path : ' public/kdoc/cp-ob'
126
+
127
+ - run : |
128
+ mkdir -p kdoc/cp-ob
129
+ cp -r kdoc/cp-ob/* ./
130
+ rm -rf kdoc/cp-ob
131
+ working-directory: ./public
133
132
134
133
# snapshots
135
134
@@ -221,7 +220,6 @@ jobs:
221
220
cp -r kdoc/snapshots/cp-tg/* ./
222
221
rm -rf kdoc/snapshots/cp-tg
223
222
working-directory: ./public
224
-
225
223
226
224
# OneBot快照
227
225
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments