From 7c3f5c7a4cc81f9be8f6e88ff67de7c107c4158c Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 8 Mar 2026 10:29:44 +0530 Subject: [PATCH] fix: Remove .build.yml --- .build.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 33e469f..0000000 --- a/.build.yml +++ /dev/null @@ -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