From ecfa01b8834f9eb1f8db967ae4add477785da67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Aug 2022 10:56:08 +0100 Subject: [PATCH] update theme --- .build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index ffddf7f..bd468a0 100644 --- a/.build.yml +++ b/.build.yml @@ -24,11 +24,10 @@ tasks: cd blog nix-shell --pure --run 'hugo --gc --minify' - package: | - tar -C blog/public -cv . > site.tar - gzip --best site.tar + tar -C blog/public -cvz . > site.tar.gz ls -hal site.tar.gz - sourcehut_upload: | - acurl -i -f https://pages.sr.ht/publish/cyplo.srht.site -Fcontent=@site.tar.gz + nix-shell --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz' - netlify_publish: | set +xv cd blog