fix tarball layout
This commit is contained in:
parent
b98bec55ff
commit
3133275bcc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue