use ./public

This commit is contained in:
John Hess 2024-05-14 16:26:13 -05:00
parent 9773b343f5
commit df5d75dc2c

View file

@ -22,10 +22,9 @@ pages:
script:
- apt-get update
- apt-get install -y zip
- bundle exec jekyll build
- zip -r content.zip _site
- bundle exec jekyll build -d public
artifacts:
paths:
- content.zip
- public
only:
- butter-box