diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index b56afc2..6427490 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -91,6 +91,8 @@ jobs: run: npm ci - name: Build website working-directory: ./app + env: + VITE_GA_MEASUREMENT_ID: ${{ secrets.VITE_GA_MEASUREMENT_ID }} run: | if [ "${{ github.repository }}" = "ACCIDDA/RespiLens-staging" ]; then npm run build:staging diff --git a/app/index.html b/app/index.html index 3bc62b8..f2009be 100644 --- a/app/index.html +++ b/app/index.html @@ -7,6 +7,14 @@ RespiLens + + +