Skip to content

Commit

Permalink
Updated deploy-dev yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rakshinde committed Jan 16, 2025
1 parent 3e9f2eb commit 6ef257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build -- --mode development
run: VITE_BASE_URL=/react-ci-cd-testing/dev/ npm run build -- --mode development
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 6ef257a

Please sign in to comment.