Skip to content

Commit

Permalink
chore: remove --frozen-lockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 9, 2024
1 parent 7adf49f commit 7422935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
- run: |
cd docs
bun install --frozen-lockfile
bun install
bun run build
cd ..
- uses: SamKirkland/FTP-Deploy-Action@v4.3.5
Expand Down

0 comments on commit 7422935

Please sign in to comment.