this repo has no description

+

altagos.dev 8622c788 79af736a

verified
+5 -5
+5 -5
.tangled/workflows/build.yml
··· 18 18 steps: 19 19 - name: Setup mise 20 20 command: | 21 - ./bin/mise install 22 - ./bin/mise doctor 21 + curl https://mise.run | sh 22 + mise install 23 23 - name: Setup Zig + Bun 24 24 command: | 25 - ./bin/mise exec zig -- zig version 26 - ./bin/mise exec bun -- bun -v 25 + mise exec zig -- zig version 26 + mise exec bun -- bun -v 27 27 - name: Download statichost cli 28 28 command: | 29 29 curl -so shcli https://www.statichost.eu/shcli 30 30 chmod +x shcli 31 31 - name: Build website 32 32 command: | 33 - ./bin/mise dist 33 + mise run dist 34 34 - name: Upload 35 35 command: | 36 36 ./shcli altagos-dev ./zig-out/website