1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-21 18:14:55 +00:00
nhlapi/.gitlab-ci.yml
2023-11-09 14:50:02 +00:00

11 lines
192 B
YAML

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