Skip to content

Instantly share code, notes, and snippets.

View MarkinFront's full-sized avatar
🎯
Focusing

Marcos Vinicius MarkinFront

🎯
Focusing
View GitHub Profile
@MarkinFront
MarkinFront / .gitlab-ci.yml
Created April 25, 2023 13:44 — forked from empeje/.gitlab-ci.yml
API Docs Using Swagger + Redoc
pages:
image: node:latest
stage: deploy
script:
- npm install -g redoc-cli
# public/index.html is the output
# documentation/openapi.yaml is the input
- redoc-cli bundle -o public/index.html documentation/openapi.yaml
artifacts:
paths: