this repo has no description

updated workflow

altagos.dev 58a8cf20 81498e1e

verified
+2 -1
+2 -1
.tangled/workflows/build.yml
··· 27 27 ./zig/zig version 28 28 - name: Download statichost cli 29 29 command: | 30 - curl -so shcli https://www.statichost.eu/shcli; chmod +x shcli 30 + curl -so shcli https://www.statichost.eu/shcli; 31 + chmod +x shcli 31 32 - name: Build website 32 33 command: | 33 34 ./zig/zig build --summary all --verbose