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