1
0

i cant afford to renew my sourcehut account

This commit is contained in:
dtb
2024-01-17 12:05:26 -07:00
parent 6b99153bb6
commit 0450ccacfc

15
build.yml Normal file
View File

@@ -0,0 +1,15 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- python3
tasks:
- generate: |
make -C src dist/homepage
- package: |
make -C src dist/homepage.tar.gz
- vocalize: |
ls -l src/dist/homepage.tar.gz
tar tzf src/dist/homepage.tar.gz
- upload: |
hut pages publish -d trinity.moe src/dist/homepage.tar.gz