Skip to content

Instantly share code, notes, and snippets.

@aronbudinszky
Last active May 14, 2022 18:21
Show Gist options
  • Save aronbudinszky/cfed61ff04bc25601f040e75b6880d40 to your computer and use it in GitHub Desktop.
Save aronbudinszky/cfed61ff04bc25601f040e75b6880d40 to your computer and use it in GitHub Desktop.
Generate docs from open api spec in Gitlab using a shared runner.
image: node:latest
pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli bundle -o public/index.html documentation/openapi.yaml
artifacts:
paths:
- public
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment