1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-23 11:04:53 +00:00

removed attempt at output to public folder

This commit is contained in:
Drew Hynes 2022-12-26 10:30:06 -05:00
parent f5baf6d765
commit 8679695402

View File

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