Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Dec 14, 2024
1 parent 3aa6aa9 commit e4a5081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
cache: 'npm'
- run: npm install
- run: sed -i -e "s/INSERT_GOOGLE_API_KEY/${{ secrets.GOOGLE_MAPS_API_KEY }}/ src/MapWithPath.js
- run: sed -i -e "s/INSERT_GOOGLE_API_KEY/${{ secrets.GOOGLE_MAPS_API_KEY }}/" src/MapWithPath.js
- run: npm run build --if-present
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e4a5081

Please sign in to comment.