tangled
alpha
login
or
join now
e.xyehr.cn
/
standard.site
forked from
standard.site/standard.site
0
fork
atom
Standard.site landing page built in Next.js
0
fork
atom
overview
issues
pulls
pipelines
Add bun global bin to PATH in deploy workflow
aka.dad
3 weeks ago
e2ab16ec
2de4284d
verified
This commit was signed with the committer's
known signature
.
aka.dad
SSH Key Fingerprint:
SHA256:PdzfUZ1lVRNyVHvD1/Qf90Kh5UImYQq1TxqaDtaDqSY=
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+1
-1
.tangled/workflows/deploy.yml
···
25
25
steps:
26
26
- name: build site
27
27
command: |
28
28
-
export PATH="$HOME/.nix-profile/bin:$PATH"
28
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