1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-23 19:14:55 +00:00
nhlapi/.gitlab-ci.yml

18 lines
282 B
YAML
Raw Normal View History

2022-12-26 15:08:53 +00:00
image: node:latest
pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli build public/index.html swagger/openapi.yaml
2022-12-26 15:08:53 +00:00
artifacts:
paths:
2023-01-25 00:35:56 +00:00
- public/
pages:
cache:
paths:
- public/
script:
- echo "Deploying to Gitlab Pages"