Use "build" command as "bundle" is deprecated

This commit is contained in:
eikendev 2022-11-04 22:57:36 +01:00
parent 802eee5262
commit 38b615a05d
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -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: |