publish content.zip

This commit is contained in:
John Hess 2024-05-14 15:42:59 -05:00
parent 45c3f3b079
commit 36de25bf60
2 changed files with 12 additions and 23 deletions

View file

@ -31,9 +31,12 @@ build:
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
- apt-get update
- apt-get install -y zip
- bundle exec jekyll build -d butter-site
- zip -r content.zip butter-site
artifacts:
paths:
- public
- content.zip
only:
- master