From 0f44e4aee671f4ea1180bdd148f08a09daef508b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2026 01:21:18 -0700 Subject: builds/repo: Use hut instead of acurl The documentation[1] says that hut is the way to update the site now, I don't see any mention of acurl anymore. [1]: https://srht.site/automating-deployments/ --- .builds/repo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.builds/repo.yml b/.builds/repo.yml index 9de5939..8d52f50 100644 --- a/.builds/repo.yml +++ b/.builds/repo.yml @@ -10,5 +10,4 @@ tasks: make - upload: | cd emacs-config - acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/emacs-config/" \ - -Fcontent=@emacs-config.tar.gz + hut pages publish -d ryuslash.srht.site -s emacs-config emacs-config.tar.gz -- cgit v1.3-2-g0d8e