Update .gitlab-ci.yml file

This commit is contained in:
Drew Hynes 2023-01-25 00:35:56 +00:00
parent 39c5db0bcf
commit c901cd70c5
1 changed files with 8 additions and 1 deletions

View File

@ -7,4 +7,11 @@ pages:
- redoc-cli build public/index.html swagger/openapi.yaml
artifacts:
paths:
- public
- public/
pages:
cache:
paths:
- public/
script:
- echo "Deploying to Gitlab Pages"