+4
-1
.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
+
34
+
export PATH="$HOME/.nix-profile/bin:$PATH"
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
-
bun install
52
+
export PATH="$HOME/.nix-profile/bin:$PATH"
50
53
bun run build
51
54
- name: Deploy to Wisp.place
52
55
command: |