From cd7cac8622751645895069cc32d06333063b8902 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 9 Jul 2023 21:48:07 +1000 Subject: [PATCH] Change publish destination to use the main domain --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index e7bf44e..a832f0a 100644 --- a/.build.yml +++ b/.build.yml @@ -11,4 +11,4 @@ tasks: npm run build tar -C out -cvz . > ../site.tar.gz - upload: | - acurl -f https://pages.sr.ht/publish/next.$site -Fcontent=@site.tar.gz + acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz