retry build.yml

This commit is contained in:
Jacob Janzen 2024-04-09 20:43:26 -05:00
parent 2c75d7b88b
commit 4fba5898b6

10
.build.yml Normal file
View file

@ -0,0 +1,10 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
tasks:
- package: |
cd website
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d jjanzen.ca site.tar.gz