mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 23:18:05 +00:00
switched to using npx
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user