do not rebuild for pages

This commit is contained in:
John Hess 2024-05-14 16:11:04 -05:00
parent 9164cb181f
commit 5bbe60e577

View file

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