From 9773b343f55e313bcd28896a41669d249fde10e8 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 14 May 2024 16:20:09 -0500 Subject: [PATCH] deploy only --- .gitlab-ci.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2183942..4332328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,21 +17,13 @@ test: except: - butter-box -build: - stage: build - 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 - only: - - butter-box - pages: stage: deploy + script: + - apt-get update + - apt-get install -y zip + - bundle exec jekyll build + - zip -r content.zip _site artifacts: paths: - content.zip