Skip to content

Commit

Permalink
chore: update deploy-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 11, 2024
1 parent 4081912 commit d9ee945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
- run: |
bun install
cd docs
bun install --frozen-lockfile
bun install
bun run build
cd ..
- uses: SamKirkland/[email protected]
Expand Down

0 comments on commit d9ee945

Please sign in to comment.