-4
.tangled/workflows/deploy-wisp.yml
-4
.tangled/workflows/deploy-wisp.yml
···
30
- name: Build wisp-cli
31
command: |
32
cd cli
33
-
34
-
export PATH="$HOME/.nix-profile/bin:$PATH"
35
-
36
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
37
38
nix-channel --update
···
49
- name: Build docs
50
command: |
51
cd docs
52
-
export PATH="$HOME/.nix-profile/bin:$PATH"
53
bun install
54
bun run build
55
- name: Deploy to Wisp.place