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 311f74f commit 4b9c12dCopy full SHA for 4b9c12d
.github/workflows/build_publish.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Generate REST API docs
49
run: >
50
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
+ widdershins --lang Python 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