1
0
mirror of https://gitlab.com/dword4/nhlapi synced 2024-11-23 02:54:54 +00:00

switched to using npx

This commit is contained in:
Drew Hynes 2023-11-09 14:53:21 +00:00
parent 07d9194991
commit b67f7fd641

View File

@ -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