diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31e4388..ff00b7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" +