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: script:
- apt-get update - apt-get update
- apt-get install -y zip - apt-get install -y zip
- bundle exec jekyll build - bundle exec jekyll build -d public
- zip -r content.zip _site
artifacts: artifacts:
paths: paths:
- content.zip - public
only: only:
- butter-box - butter-box