nhlapi/.gitlab-ci.yml

11 lines
242 B
YAML
Raw Permalink Normal View History

2022-12-26 15:08:53 +00:00
image: node:latest
pages:
stage: deploy
script:
2023-11-09 14:53:21 +00:00
- npx @redocly/cli build-docs swagger/openapi.yaml --output=public/index.html
#- redocly build-docs swagger/openapi.yaml --output=public/index.html
2022-12-26 15:08:53 +00:00
artifacts:
paths:
- public