From 03e3001963728f22cc1be746a41a2f33b5d332ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Aug 2022 12:23:07 +0100 Subject: [PATCH] use acurl --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 46bce4b..5e42972 100644 --- a/.build.yml +++ b/.build.yml @@ -20,7 +20,7 @@ tasks: - package: | tar -C blog/public -cvz . > site.tar.gz - upload: | - nix-shell blog/shell.nix --run 'hut pages publish -d $site site.tar.gz' + acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz - github_push: | set +xv cd blog