diff options
| -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 |
