zip and self-contain

This commit is contained in:
John Hess 2024-05-14 16:35:13 -05:00
parent cc8e21a04e
commit 9293e48776

View file

@ -23,6 +23,8 @@ pages:
- apt-get update
- apt-get install -y zip
- bundle exec jekyll build -d public
- zip -r site.zip public
- mv site.zip public/site.zip
artifacts:
paths:
- public