Skip to content

Commit 75a9e8c

Browse files
committed
build script
1 parent 3515e4c commit 75a9e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: bun install --frozen-lockfile
1717
- name: Build website
18-
run: bun build
18+
run: bun run build
1919

2020
- name: Upload Build Artifact
2121
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)