diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..702aaa83aaa1ba1c23b5b59cca613d0b5db4f291 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: node:latest + +pages: + stage: deploy + script: + - npm install -g redoc-cli + - redoc-cli bundle -o public/index.html OpenAPI/API-AE-RET-0.1.yaml + artifacts: + paths: + - public + only: + - master \ No newline at end of file