Skip to content

Commit d76876e

Browse files
committed
ワークフローのコマンドミスを修正
1 parent 7036e7c commit d76876e

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: oven-sh/setup-bun@v2
18-
- run: bun i && bun build
18+
- run: bun i && bun run build
1919
- uses: actions/configure-pages@v5
2020
- uses: actions/upload-pages-artifact@v3
2121
with:

0 commit comments

Comments
 (0)