1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-24 03:24:54 +00:00

changed to non-deprecated build command

This commit is contained in:
Drew Hynes 2022-12-26 15:10:53 +00:00
parent c090ae5a03
commit 39c5db0bcf

View File

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