tangled
alpha
login
or
join now
xan.lol
/
wisp.place-monorepo
forked from
nekomimi.pet/wisp.place-monorepo
0
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
idk
nekomimi.pet
2 months ago
de775101
a323f214
+4
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy-wisp.yml
+4
-1
.tangled/workflows/deploy-wisp.yml
···
30
30
- name: Build wisp-cli
31
31
command: |
32
32
cd cli
33
33
+
34
34
+
export PATH="$HOME/.nix-profile/bin:$PATH"
35
35
+
33
36
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
34
37
35
38
nix-channel --update
···
46
49
- name: Build docs
47
50
command: |
48
51
cd docs
49
49
-
bun install
52
52
+
export PATH="$HOME/.nix-profile/bin:$PATH"
50
53
bun run build
51
54
- name: Deploy to Wisp.place
52
55
command: |