Standard.site landing page built in Next.js

Add bun global bin to PATH in deploy workflow

aka.dad e2ab16ec 2de4284d

verified
+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 25 25 steps: 26 26 - name: build site 27 27 command: | 28 - export PATH="$HOME/.nix-profile/bin:$PATH" 28 + export PATH="$HOME/.bun/bin:$HOME/.nix-profile/bin:$PATH" 29 29 bun install --frozen-lockfile 30 30 bun install -g sequoia-cli 31 31 sequoia publish