Skip to content

Commit

Permalink
added maps ID to deployment values
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Sep 12, 2024
1 parent 787f945 commit 4490670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
BASE_URL: '/ePlant'
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_ID }}
- run: mv dist _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 4490670

Please sign in to comment.