From 76d25349fa15acae1994b267274d898acb551522 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 16 Oct 2025 17:01:30 +0300 Subject: fix: updated info and build conf for sourcehut --- .build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..6d84f75 --- /dev/null +++ b/.build.yml @@ -0,0 +1,17 @@ +image: alpine/edge +packages: + - hut + - zola +oauth: pages.sr.ht/PAGES:RW +environment: + site: zola-no-style-please.demo.gumx.cc +sources: + - https://git.sr.ht/~gumxcc/zola-no-style-please +tasks: + - build: | + cd zola-no-style-please + zola build + - package: | + tar -C zola-no-style-please/public -cvz . > site.tar.gz + - upload: | + hut pages publish -d $site site.tar.gz -- cgit v1.2.3