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 d3016ba commit 66005a1Copy full SHA for 66005a1
.github/workflows/build_publish.yaml
@@ -46,8 +46,9 @@ jobs:
46
- name: Install dependencies
47
run: npm ci
48
- name: Generate REST API docs
49
- run: npm i -g widdershins
50
- run: 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
+ run:
+ - 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
54
- name: Upload artifact
0 commit comments