mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 15:08:05 +00:00
11 lines
242 B
YAML
11 lines
242 B
YAML
image: node:latest
|
|
|
|
pages:
|
|
stage: deploy
|
|
script:
|
|
- 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
|