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