this repo has no description

remove semicolons

altagos.dev dfd6bd5b b0253a2a

verified
+3 -3
+3 -3
.tangled/workflows/build.yml
··· 22 22 steps: 23 23 - name: Download Zig compiler 24 24 command: | 25 - chmod +x zig/download.sh; 26 - ./zig/download.sh; 25 + chmod +x zig/download.sh 26 + ./zig/download.sh 27 27 ./zig/zig version 28 28 - name: Download statichost cli 29 29 command: | 30 - curl -so shcli https://www.statichost.eu/shcli; 30 + curl -so shcli https://www.statichost.eu/shcli 31 31 chmod +x shcli 32 32 - name: Build website 33 33 command: |