From df5d75dc2cbf1fe0e0f750e25ad5b57554519c77 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 14 May 2024 16:26:13 -0500 Subject: [PATCH] use ./public --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4332328..20267f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,10 +22,9 @@ pages: script: - apt-get update - apt-get install -y zip - - bundle exec jekyll build - - zip -r content.zip _site + - bundle exec jekyll build -d public artifacts: paths: - - content.zip + - public only: - butter-box \ No newline at end of file