Actions: Fix pages build
The args openapi export does not work, so use environment vars for the time being. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
03189bcb6f
commit
ac4b3100d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
|
@ -48,8 +48,8 @@ jobs:
|
|||
npm install @redocly/cli -g
|
||||
- name: Export OpenAPI docs
|
||||
run: |
|
||||
python main.py --export-openapi true --openapi-export-path "openapi-oai.json" --api-servers OAI
|
||||
python main.py --export-openapi true --openapi-export-path "openapi-kobold.json" --api-servers kobold
|
||||
EXPORT_OPENAPI=1 python main.py --openapi-export-path "openapi-oai.json" --api-servers OAI
|
||||
EXPORT_OPENAPI=1 python main.py --openapi-export-path "openapi-kobold.json" --api-servers kobold
|
||||
- name: Build and store Redocly site
|
||||
run: |
|
||||
mkdir static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue