diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index acd7efc..8ffe11a 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -18,19 +18,19 @@ environment: steps: - name: Setup mise command: | - ./bin/mise install - ./bin/mise doctor + curl https://mise.run | sh + mise install - name: Setup Zig + Bun command: | - ./bin/mise exec zig -- zig version - ./bin/mise exec bun -- bun -v + mise exec zig -- zig version + mise exec bun -- bun -v - name: Download statichost cli command: | curl -so shcli https://www.statichost.eu/shcli chmod +x shcli - name: Build website command: | - ./bin/mise dist + mise run dist - name: Upload command: | ./shcli altagos-dev ./zig-out/website