From e24293429a84eeb3de5e70c6b63b2e185c094cc4 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 14 May 2024 17:01:48 -0500 Subject: [PATCH] move files to top level, not within archive/public --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b10677..e6555fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,9 @@ pages: - apt-get update - apt-get install -y zip - bundle exec jekyll build -d public - - zip -r site.zip public/* - - mv site.zip public/site.zip + - cd public + - zip -r ../site.zip ./ + - mv ../site.zip ./site.zip artifacts: paths: - public