From 5bbe60e577af9e95152476fda8286d13d3dd9485 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 14 May 2024 16:11:04 -0500 Subject: [PATCH] do not rebuild for pages --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f41932e..2183942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test: paths: - test except: - - master + - butter-box build: stage: build @@ -27,14 +27,11 @@ build: artifacts: paths: - content.zip + only: + - butter-box pages: stage: deploy - script: - - apt-get update - - apt-get install -y zip - - bundle exec jekyll build -d butter-site - - zip -r content.zip butter-site artifacts: paths: - content.zip