Skip to content
Snippets Groups Projects
Commit e930ec52 authored by Laurent Velez's avatar Laurent Velez
Browse files

Delete .gitlab-ci.yml

parent dcd20734
Branches master
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment