i cant afford to renew my sourcehut account
This commit is contained in:
15
build.yml
Normal file
15
build.yml
Normal 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
|
||||
Reference in New Issue
Block a user