Fix build manifest for sourcehut pages
This commit is contained in:
+2
-1
@@ -3,10 +3,11 @@ oauth: pages.sr.ht/PAGES:RW
|
|||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
environment:
|
environment:
|
||||||
|
repo: mysticmode.srht.site
|
||||||
site: nirm.al
|
site: nirm.al
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd $site
|
cd $repo
|
||||||
tar -cvz . > ../site.tar.gz
|
tar -cvz . > ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
hut pages publish -d $site site.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user