We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cd94d commit 668beeeCopy full SHA for 668beee
2 files changed
.github/workflows/build.yml
@@ -23,4 +23,4 @@ jobs:
23
- run: npm run build
24
env:
25
BASE_URL: '/ePlant'
26
- VITE_MAPS_API_KEY: ${{ vars.VITE_MAPS_API_KEY }}
+ VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
- run: mv dist _site
33
- name: Upload artifact
34
uses: actions/upload-pages-artifact@v3
0 commit comments