Skip to content

Commit 7422935

Browse files
committed
chore: remove --frozen-lockfile flag
1 parent 7adf49f commit 7422935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
2626
- run: |
2727
cd docs
28-
bun install --frozen-lockfile
28+
bun install
2929
bun run build
3030
cd ..
3131
- uses: SamKirkland/FTP-Deploy-Action@v4.3.5

0 commit comments

Comments
 (0)