1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-21 18:14:55 +00:00
nhlapi/.gitlab-ci.yml
2022-12-26 15:10:53 +00:00

11 lines
178 B
YAML

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