Archive the assets back in the home directory
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 8,6 8,6 @@ environment: tasks: - package: | cd $repo/$site - tar -cvz . > ../site.tar.gz + tar -cvz . > ~/site.tar.gz - upload: | hut pages publish -d $site site.tar.gz