diff options
| author | 2026-06-29 01:21:18 -0700 | |
|---|---|---|
| committer | 2026-06-29 01:21:18 -0700 | |
| commit | 0f44e4aee671f4ea1180bdd148f08a09daef508b (patch) | |
| tree | ed3a4e4c7267b400ee887936cf6c3d4fdddff4b3 /.builds | |
| parent | c569ab97999e6ac15ee8bfbe1921d51f67a29e82 (diff) | |
| download | emacs-config-0f44e4aee671f4ea1180bdd148f08a09daef508b.tar.gz emacs-config-0f44e4aee671f4ea1180bdd148f08a09daef508b.zip | |
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/
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/repo.yml | 3 |
1 files changed, 1 insertions, 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 |
