update ci config

This commit is contained in:
Drew Hynes 2023-11-09 14:50:02 +00:00
parent 04c652d0c5
commit 07d9194991
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ image: node:latest
pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli build public/index.html swagger/openapi.yaml
- npm install -g redocly/cli
- redocly build-docs swagger/openapi.yaml --output=public/index.html
artifacts:
paths:
- public