This commit is contained in:
Gabe Kangas 2020-10-21 22:39:32 -07:00
parent 0558f4f699
commit 294339b496

View file

@ -14,7 +14,7 @@ jobs:
- name: Run redoc on openapi.yaml
run: |
npx redoc-cli bundle openapi.yaml -o doc/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}
npx redoc-cli bundle openapi.yaml -o doc/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
npm run build
- name: Commit changes