From a7eb912da77a514ffc310a04bac6ae7127d6593f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2026 00:21:16 -0700 Subject: builds/repo: Make sure commands run in the right directory --- .builds/repo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/repo.yml b/.builds/repo.yml index 0ea020a..5180c77 100644 --- a/.builds/repo.yml +++ b/.builds/repo.yml @@ -3,10 +3,12 @@ image: guix oauth: pages.sr.ht/PAGES:RW tasks: - guix: | + cd emacs-config guix package --verbosity=0 --manifest=manifest.scm - package: | + cd emacs-config make - upload: | - cd public + cd emacs-config/public acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/emacs-config/" \ -Fcontent=@emacs-config.tar.gz -- cgit v1.3-2-g0d8e