From 383e6c243b10904f5f9599b0605bc14c7961a4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Aug 2022 11:17:16 +0100 Subject: [PATCH] restore acurl as problems with hut --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 4cf0a2c..ac6c263 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 blog/shell.nix --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz' + acurl -i -f https://pages.sr.ht/publish/cyplo.srht.site -Fcontent=@site.tar.gz - netlify_publish: | set +xv cd blog