mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-22 02:24:54 +00:00
11 lines
179 B
YAML
11 lines
179 B
YAML
|
image: node:latest
|
||
|
|
||
|
pages:
|
||
|
stage: deploy
|
||
|
script:
|
||
|
- npm install -g redoc-cli
|
||
|
- redoc-cli bundle public/index.html swagger/openapi.yaml
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|