updated build job

This commit is contained in:
Daniel Fichtinger 2025-07-04 13:51:19 -04:00
parent 5cf2514040
commit fe5a42f724

View file

@ -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