Files
nhlapi/.gitlab-ci.yml
Drew Hynes e669b084ec fix attempt
2022-12-26 10:34:08 -05:00

12 lines
204 B
YAML

image: node:latest
pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli build swagger/openapi.yaml
- cp redoc-static.html public/index.html
artifacts:
paths:
- public