mirror of
https://github.com/pushbits/server.git
synced 2025-07-31 07:09:28 +02:00
Use "build" command as "bundle" is deprecated
This commit is contained in:
parent
802eee5262
commit
38b615a05d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: make swag
|
||||
|
||||
- name: Build static HTML
|
||||
run: npx redoc-cli bundle docs/swagger.yaml --output index.html
|
||||
run: npx redoc-cli build docs/swagger.yaml --output index.html
|
||||
|
||||
- name: Setup SSH keys and known_hosts
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue