retry build.yml
This commit is contained in:
parent
2c75d7b88b
commit
4fba5898b6
1 changed files with 10 additions and 0 deletions
10
.build.yml
Normal file
10
.build.yml
Normal 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
|
Loading…
Add table
Reference in a new issue