Skip to content

Commit

Permalink
Update deploypr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhusion committed May 28, 2024
1 parent b813e91 commit 3cf0429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploypr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm install
run: yarn install

- name: Build project
run: npm run build
run: yarn build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 3cf0429

Please sign in to comment.