2022-12-26 15:08:53 +00:00
|
|
|
image: node:latest
|
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
script:
|
2023-11-09 14:50:02 +00:00
|
|
|
- npm install -g redocly/cli
|
|
|
|
- redocly build-docs swagger/openapi.yaml --output=public/index.html
|
2022-12-26 15:08:53 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|