commit df6b452fdfe42aa7b2f5fb1bfec0d305fc72ea33
parent 2a94c9c0a08282552f9e5fcd411cc5c18f20bc94
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Mon, 12 Aug 2024 04:27:07 +0530
Fix build manifest for sourcehut pages
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.build.yml b/.build.yml
@@ -3,10 +3,11 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
+ repo: mysticmode.srht.site
site: nirm.al
tasks:
- package: |
- cd $site
+ cd $repo
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz