serve .zip

This commit is contained in:
John Hess 2024-06-10 12:10:46 -05:00
parent 6380723fbe
commit 68c73b5fe2

View file

@ -33,7 +33,7 @@ pages:
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml" - "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
# Now move the zip into the public dir so it gets served. # Now move the zip into the public dir so it gets served.
- mv ../site.zip ./site.zip - mv ./site.zip ./public/site.zip
- pwd - pwd
- ls -la . - ls -la .
artifacts: artifacts: