mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(docs): Update docs gen path + cli
This commit is contained in:
parent
dea1af6990
commit
7b40006841
@ -2,7 +2,7 @@ name: javascript-packages
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- spec/openapi.yaml
|
||||
- openapi.yaml
|
||||
|
||||
jobs:
|
||||
run:
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- name: Run redoc on openapi.yaml
|
||||
run: |
|
||||
npx redoc-cli bundle spec/openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
|
||||
npx @redocly/cli build-docs openapi.yaml -o docs/api/index.html
|
||||
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
|
Loading…
x
Reference in New Issue
Block a user