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