Skip to content

Commit 018e135

Browse files
Add Google Analytics measurement ID to deployment configuration
1 parent b5227d7 commit 018e135

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Build
3636
run: npm run build
37+
env:
38+
VITE_GA_MEASUREMENT_ID: ${{ vars.VITE_GA_MEASUREMENT_ID }}
3739

3840
- name: Setup Pages
3941
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)