Skip to content

Commit

Permalink
use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Man Parvesh Singh Randhawa committed Oct 3, 2024
1 parent a0b0d56 commit 89c9a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Step 3: Install dependencies
- name: Install Dependencies
run: npm install
run: yarn install

# Step 4: Build the project
- name: Build Project
Expand Down

0 comments on commit 89c9a10

Please sign in to comment.