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

Configure Feed

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

attempt 7

+4 -2
+4 -2
.tangled/workflows/deploy-wisp.yml
··· 27 27 git submodule update --init --recursive 28 28 - name: Build wisp-cli 29 29 command: | 30 + export PATH="$HOME/.nix-profile/bin:$PATH" 31 + 30 32 cd cli 31 33 32 34 bun install ··· 35 37 cd .. 36 38 - name: Build docs 37 39 command: | 38 - cd docs 39 40 export PATH="$HOME/.nix-profile/bin:$PATH" 41 + 42 + cd docs 40 43 bun install 41 44 bun run build 42 - 43 45 - name: Deploy to Wisp.place 44 46 command: | 45 47 export PATH="$HOME/.nix-profile/bin:$PATH"