blob: 8d52f5020970cf5c5d27570105d61a1a3637208c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
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 emacs-config
hut pages publish -d ryuslash.srht.site -s emacs-config emacs-config.tar.gz
|