Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutter45 committed Aug 4, 2024
1 parent ef4290c commit c986e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit c986e9e

Please sign in to comment.