From 9793c2ecd2f1295be1555b1acb5bd80e000da43e Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Wed, 25 Jan 2023 00:39:54 +0000 Subject: [PATCH] adding changes to try to deploy to pages --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb111b7..b7513a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,10 @@ pages: - cp redoc-static.html public/index.html artifacts: paths: - - public + - public/ + pages: + cache: + paths: + - public/ + script: + - echo "Deploying to GitLab Pages"