diff options
| author | 2026-06-29 00:21:16 -0700 | |
|---|---|---|
| committer | 2026-06-29 00:21:16 -0700 | |
| commit | a7eb912da77a514ffc310a04bac6ae7127d6593f (patch) | |
| tree | e440662a353ff14186bd8012588a68b9e5e0cdd1 | |
| parent | 8806477b9e5c1b089b45b5062ac58186f2fc15da (diff) | |
| download | emacs-config-master.tar.gz emacs-config-master.zip | |
| -rw-r--r-- | .builds/repo.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
