Skip to content

Commit bb387e9

Browse files
committed
fix: correct build command
1 parent 714056b commit bb387e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: bun i
3232

3333
- name: Build website
34-
run: bun build
34+
run: bun run build
3535

3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)