mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-21 18:14:55 +00:00
11 lines
192 B
YAML
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
|