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
1 changed files with 1 additions and 1 deletions

View File

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