1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-23 11:04:53 +00:00
nhlapi/.gitlab-ci.yml
2023-01-25 00:48:55 +00:00

14 lines
236 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/
environment:
name: pages