fix tarball layout

This commit is contained in:
Aleks Rutins 2024-09-09 08:05:58 -04:00
parent b98bec55ff
commit 3133275bcc

View file

@ -12,7 +12,7 @@ tasks:
bundle install --path vendor/bundle bundle install --path vendor/bundle
bundle exec ruby build.rb bundle exec ruby build.rb
- package: | - package: |
cd farthergate.com cd farthergate.com/_build
tar -cvz _build/. > ../site.tar.gz tar -cvz . > ../../site.tar.gz
- upload: | - upload: |
hut pages publish -d $site site.tar.gz hut pages publish -d $site site.tar.gz