Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

idk

Changed files
+4 -1
.tangled
workflows
+4 -1
.tangled/workflows/deploy-wisp.yml
··· 30 - name: Build wisp-cli 31 command: | 32 cd cli 33 nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs 34 35 nix-channel --update ··· 46 - name: Build docs 47 command: | 48 cd docs 49 - bun install 50 bun run build 51 - name: Deploy to Wisp.place 52 command: |
··· 30 - name: Build wisp-cli 31 command: | 32 cd cli 33 + 34 + export PATH="$HOME/.nix-profile/bin:$PATH" 35 + 36 nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs 37 38 nix-channel --update ··· 49 - name: Build docs 50 command: | 51 cd docs 52 + export PATH="$HOME/.nix-profile/bin:$PATH" 53 bun run build 54 - name: Deploy to Wisp.place 55 command: |