We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d296a0 commit 795a44bCopy full SHA for 795a44b
.github/workflows/deploy.yml
@@ -22,6 +22,8 @@ jobs:
22
23
# 3. Install dependencies and Build
24
- name: 🔨 Build Project
25
+ env:
26
+ VITE_GOOGLE_ANALYTICS_ID: ${{ vars.VITE_GOOGLE_ANALYTICS_ID }}
27
run: |
28
npm install
29
npm run build
0 commit comments