Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Nov 4, 2024
1 parent 77c3035 commit 5de6bb1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
<<<<<<< HEAD
node-version: "16" # Make sure this matches your local environment
=======
node-version: "18" # Make sure this matches your local environment
>>>>>>> 9d112aefea993563d76cd2762919f5e2a18321d1

- name: Clear npm cache
run: npm cache clean --force

<<<<<<< HEAD
=======
- name: Clean and install dependencies
run: rm -rf node_modules package-lock.json

>>>>>>> 9d112aefea993563d76cd2762919f5e2a18321d1
- name: Install dependencies
run: npm install

Expand All @@ -42,8 +35,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
<<<<<<< HEAD
publish_dir: ./dist # Use ./build for Create React App, ./dist for Vite
=======
publish_dir: ./dist
>>>>>>> 9d112aefea993563d76cd2762919f5e2a18321d1

0 comments on commit 5de6bb1

Please sign in to comment.