Files
nhlapi/.gitlab-ci.yml
2023-11-09 14:50:02 +00:00

11 lines
192 B
YAML

image: node:latest
pages:
stage: deploy
script:
- npm install -g redocly/cli
- redocly build-docs swagger/openapi.yaml --output=public/index.html
artifacts:
paths:
- public