Skip to content

Commit

Permalink
Update deploy.yml (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkyuen authored Nov 28, 2024
1 parent 33df24f commit b45ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
BASE_URL: '/ePlant'
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_ID }}
VITE_MAPS_ID: ${{ secrets.VITE_MAPS_ID }}
- run: mv dist _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit b45ce9f

Please sign in to comment.