mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 15:08:05 +00:00
switched to using npx
This commit is contained in:
@@ -3,8 +3,8 @@ image: node:latest
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm install -g redocly/cli
|
||||
- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
||||
- npx @redocly/cli build-docs swagger/openapi.yaml --output=public/index.html
|
||||
#- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Reference in New Issue
Block a user