8000
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 001bbd6 commit 311f74fCopy full SHA for 311f74f
.github/workflows/build_publish.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: npm ci
48
- name: Generate REST API docs
49
run: >
50
- npm i -g widdershins
+ npm i -g widdershins &&
51
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
52
- name: Static HTML export with VitePress
53
run: npm run docs:build
0 commit comments