We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3515e4c commit 75a9e8cCopy full SHA for 75a9e8c
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: bun install --frozen-lockfile
17
- name: Build website
18
- run: bun build
+ run: bun run build
19
20
- name: Upload Build Artifact
21
uses: actions/upload-pages-artifact@v3
0 commit comments