File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
- name : Install dependencies
47
47
run : npm ci
48
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
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
52
52
- name : Static HTML export with VitePress
53
53
run : npm run docs:build
54
54
- name : Upload artifact
66
66
steps :
67
67
- name : Deploy to GitHub Pages
68
68
id : deployment
69
- uses : actions/deploy-pages@v1
69
+ uses : actions/deploy-pages@v1
You can’t perform that action at this time.
0 commit comments