Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano authored Dec 11, 2024
1 parent aef0eed commit 124ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Install dependencies
working-directory: docs
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build site with Next.js
working-directory: docs
run: |
Expand Down

0 comments on commit 124ac8d

Please sign in to comment.