deploy only

This commit is contained in:
John Hess 2024-05-14 16:20:09 -05:00
parent 5bbe60e577
commit 9773b343f5

View file

@ -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