fix: Remove .build.yml

This commit is contained in:
2026-03-08 10:29:44 +05:30
parent 3b3786b2b8
commit 7c3f5c7a4c
-14
View File
@@ -1,14 +0,0 @@
image: alpine/edge
packages:
- hut
oauth: pages.sr.ht/PAGES:RW
environment:
site: nirm.al
sources:
- https://git.sr.ht/~mysticmode/mysticmode.srht.site
tasks:
- package: |
cd mysticmode.srht.site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz