mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-21 18:14:55 +00:00
update ci config
This commit is contained in:
parent
04c652d0c5
commit
07d9194991
@ -3,8 +3,8 @@ image: node:latest
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm install -g redoc-cli
|
- npm install -g redocly/cli
|
||||||
- redoc-cli build public/index.html swagger/openapi.yaml
|
- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user