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:53:21 +00:00

11 lines
242 B
YAML

image: node:latest
pages:
stage: deploy
script:
- 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