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 exec ruby build.rb
- package: |
cd farthergate.com
tar -cvz _build/. > ../site.tar.gz
cd farthergate.com/_build
tar -cvz . > ../../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz