We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c587c commit 9bbb9b4Copy full SHA for 9bbb9b4
1 file changed
.github/workflows/gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Build
23
run: |
24
- cd site && npm i -g bun && bun i && bun run build && cd -
+ cd site && npm i && npm run build && cd -
25
mv site/out ./
26
cp CNAME out/
27
mv agreement out/agreement
0 commit comments