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 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/* - cd public
- mv site.zip public/site.zip - zip -r ../site.zip ./
- mv ../site.zip ./site.zip
artifacts: artifacts:
paths: paths:
- public - public