We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112cbd7 commit 15fa10eCopy full SHA for 15fa10e
.github/workflows/deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
VITE_APP_MAP_API_KEY: ${{ env.VITE_APP_MAP_API_KEY }}
39
REACT_APP_GOOGLE_ANALYTICS_API_KEY: ${{ env.VITE_APP_MAP_API_KEY}}
40
run: |
41
+ env | grep MAP
42
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
43
npm i
44
npm run build
0 commit comments