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
test
nekomimi.pet
2 months ago
a323f214
4bf3e4cf
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy-wisp.yml
-4
.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
-
36
33
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
37
34
38
35
nix-channel --update
···
49
46
- name: Build docs
50
47
command: |
51
48
cd docs
52
52
-
export PATH="$HOME/.nix-profile/bin:$PATH"
53
49
bun install
54
50
bun run build
55
51
- name: Deploy to Wisp.place