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

revision to redoc-cli usage

This commit is contained in:
Drew Hynes 2022-12-26 15:18:36 +00:00
parent 39c5db0bcf
commit 1b42b5d55c

View File

@ -4,7 +4,7 @@ pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli build public/index.html swagger/openapi.yaml
- redoc-cli build swagger/openapi.yaml public/index.html
artifacts:
paths:
- public