move files to top level, not within archive/public

This commit is contained in:
John Hess 2024-05-14 16:42:27 -05:00
parent 9293e48776
commit d55c42f8bb

View file

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