mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Args: Fix imports and handling of export openapi
The api-servers arg is passed when running subcommands, so use that instead of replicating the arg again. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
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 --export-path "openapi-kobold.json"
|
||||
python main.py export-openapi --export-path "openapi-oai.json"
|
||||
python main.py export-openapi --export-path "openapi-kobold.json" --api-servers kobold
|
||||
python main.py export-openapi --export-path "openapi-oai.json" --api-servers oai
|
||||
- name: Build and store Redocly site
|
||||
run: |
|
||||
mkdir static
|
||||
|
||||
Reference in New Issue
Block a user