mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-23 11:04:53 +00:00
switched to using npx
This commit is contained in:
parent
07d9194991
commit
b67f7fd641
@ -3,8 +3,8 @@ image: node:latest
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm install -g redocly/cli
|
- npx @redocly/cli build-docs swagger/openapi.yaml --output=public/index.html
|
||||||
- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
#- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user