From c901cd70c505ae30ec864f43edc527aa47091ad5 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Wed, 25 Jan 2023 00:35:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" +