We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478aa1 commit 33df24fCopy full SHA for 33df24f
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
branches:
5
- main
6
- staging
7
-
+
8
permissions:
9
contents: read
10
pages: write
@@ -27,7 +27,9 @@ jobs:
27
- run: npm ci
28
- run: npm run build
29
env:
30
- BASE_URL: "/ePlant"
+ BASE_URL: '/ePlant'
31
+ VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
32
+ VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_ID }}
33
- run: mv dist _site
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v2
0 commit comments