From 68c73b5fe289cb31deccbc5c7a6d4851308157b0 Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 10 Jun 2024 12:10:46 -0500 Subject: [PATCH] serve .zip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f1bffb..1e673f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ pages: - "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml" - bundle exec jekyll build -d public # Now move the zip into the public dir so it gets served. - - mv ../site.zip ./site.zip + - mv ./site.zip ./public/site.zip - pwd - ls -la . artifacts: