this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update workflow

Altagos d5829b7c 6b19420f

+16 -7
+16 -7
.tangled/workflows/build.yml
··· 3 3 branch: ["main"] 4 4 - event: ["manual"] 5 5 6 + engine: nixery 7 + 8 + dependencies: 9 + # nixpkgs 10 + nixpkgs: 11 + - curl 12 + 6 13 steps: 7 - - name: "Build" 8 - command: "nix run .#build" 9 - 10 - clone: 11 - skip: false 12 - depth: 1 13 - submodules: true 14 + - name: Setup 15 + command: | 16 + curl -o shcli https://www.statichost.eu/shcli; chmod +x shcli 17 + - name: Build 18 + command: | 19 + nix run .#build 20 + - name: Upload 21 + command: | 22 + ./shcli altagos-dev ./zig-out/website