move files to top level, not within archive/public

This commit is contained in:
John Hess 2024-05-14 17:01:48 -05:00
parent d55c42f8bb
commit e24293429a

View file

@ -23,8 +23,9 @@ 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
- cd public
- zip -r ../site.zip ./
- mv ../site.zip ./site.zip
artifacts:
paths:
- public