Skip to content

Commit 9bbb9b4

Browse files
committed
chore: Switch from Bun to npm for site build in gh-pages workflow.
1 parent 08c587c commit 9bbb9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build
2323
run: |
24-
cd site && npm i -g bun && bun i && bun run build && cd -
24+
cd site && npm i && npm run build && cd -
2525
mv site/out ./
2626
cp CNAME out/
2727
mv agreement out/agreement

0 commit comments

Comments
 (0)