From 83a260f0392ed473fcb1f8c73f25c48b7ab193b2 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Tue, 25 Aug 2026 22:03:45 -0700 Subject: [PATCH] fix(site): inject GA measurement ID --- .github/workflows/site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index ecd11373..3be1635b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -67,6 +67,9 @@ jobs: working-directory: site env: SITE_URL: https://onebox.run + # Repository variable: validated by Analytics.astro and deliberately + # absent from local and pull-request builds. + PUBLIC_GA_MEASUREMENT_ID: ${{ vars.PUBLIC_GA_MEASUREMENT_ID }} run: npm run build # The published site must be the documentation for the binary it