8000 first · CoderBotOrg/dev-docs@311f74f · GitHub
[go: up one dir, main page]

Skip to content

Commit 311f74f

Browse files
committed
first
1 parent 001bbd6 commit 311f74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: npm ci
4848
- name: Generate REST API docs
4949
run: >
50-
npm i -g widdershins
50+
npm i -g widdershins &&
5151
widdershins ../backend/coderbot/v1.yml --lang Python -o docs/api.md https://raw.githubusercontent.com/CoderBotOrg/backend/develop/coderbot/v1.yml -o docs/api.md
5252
- name: Static HTML export with VitePress
5353
run: npm run docs:build

0 commit comments

Comments
 (0)
0