From ce9dd1e302ab8c14010fc57592c0325f988f483d Mon Sep 17 00:00:00 2001 From: shiv3 Date: Sun, 7 Jul 2024 15:20:09 +0900 Subject: [PATCH] fix base path --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ceca536..27455e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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