Skip to content

Commit d9ee945

Browse files
committed
chore: update deploy-docs workflow
1 parent 4081912 commit d9ee945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
2929
- run: |
30+
bun install
3031
cd docs
31-
bun install --frozen-lockfile
32+
bun install
3233
bun run build
3334
cd ..
3435
- uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)