From a2f91fe114b74e6dd06dfd3b22535d4c90cf3f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Aug 2022 11:11:32 +0100 Subject: [PATCH] use hut to publish --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index bd468a0..4cf0a2c 100644 --- a/.build.yml +++ b/.build.yml @@ -27,7 +27,7 @@ tasks: tar -C blog/public -cvz . > site.tar.gz ls -hal site.tar.gz - sourcehut_upload: | - nix-shell --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz' + nix-shell blog/shell.nix --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz' - netlify_publish: | set +xv cd blog