We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c8e6 commit bb79d99Copy full SHA for bb79d99
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ permissions:
14
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
15
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
16
concurrency:
17
- group: "pages"
+ group: 'pages'
18
cancel-in-progress: true
19
20
jobs:
@@ -38,7 +38,7 @@ jobs:
38
run: echo "${{ secrets.VITE_ENV }}" | base64 -d > .env
39
40
- name: Build
41
- run: npm run build
+ run: npx vite build --base=/ballotcure/
42
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v3
0 commit comments