Skip to content

Commit

Permalink
fix base path
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv3 committed Jul 7, 2024
1 parent 2ba487e commit ce9dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install

- name: Build
run: VITE_BASE_URL="/OCPP-ChargePoint-Simulator-React" npm run build
run: VITE_BASE_URL="/ocpp-cp-simulator" npm run build

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

0 comments on commit ce9dd1e

Please sign in to comment.