From fe5a42f724d9084ad6bde223c90818e833478d2a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 4 Jul 2025 13:51:19 -0400 Subject: [PATCH] updated build job --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index b0f1b6f..171b7a3 100644 --- a/.build.yml +++ b/.build.yml @@ -5,11 +5,12 @@ packages: - uv environment: site: ficd.ca + zonaref: git+https://git.sr.ht/~ficd/zona@9f38b16d0cd9e2761936fc089735ae911bf06624 tasks: - build: | if [ "$GIT_REF" = "refs/heads/main" ]; then cd ficd-zona - uv run --with 'git+https://git.sr.ht/~ficd/zona@9f38b16d0cd9e2761936fc089735ae911bf06624' zona build + uv run --with "$zonaref" zona build else echo "Skipping build: not on main" fi