Compare commits

...

3 Commits

Author SHA1 Message Date
Drew Hynes b67f7fd641 switched to using npx 2023-11-09 14:53:21 +00:00
Drew Hynes 07d9194991 update ci config 2023-11-09 14:50:02 +00:00
Drew Hynes 04c652d0c5 updated to new API spec 2023-11-09 14:43:38 +00:00
2 changed files with 60462 additions and 3137 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
- npx @redocly/cli build-docs swagger/openapi.yaml --output=public/index.html
#- redocly build-docs swagger/openapi.yaml --output=public/index.html
artifacts:
paths:
- public

File diff suppressed because one or more lines are too long