We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff66a1a commit 393ff7bCopy full SHA for 393ff7b
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: oven-sh/setup-bun@v2
30
31
- name: Install dependencies
32
- run: bun install --frozen-lockfile
+ run: bun install
33
34
- name: Setup Pages
35
uses: actions/configure-pages@v4
0 commit comments