Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 authored Jan 26, 2025
1 parent 27d6fef commit fea85f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ jobs:
# Run Docusaurus in the ./docs directory
- name: Install dependencies
working-directory: ./docs
run: npm install
run: yarn install --frozen-lockfile

- name: Test building the website
working-directory: ./docs
run: npm run build
run: yarn build

Validate-Coderabbit:
name: Validate CodeRabbit Approval
Expand Down

0 comments on commit fea85f8

Please sign in to comment.