From f5f680847aa61c5d7abdf43c6096763679625b3c Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Tue, 9 Jan 2024 16:14:25 -0600 Subject: [PATCH] add google analytics env to build step --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d7bf3a67..494a6986 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,6 +21,7 @@ jobs: - run: pip install -r docs/requirements.txt env: GH_TOKEN: ${{ secrets.GH_TOKEN }} + GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }} - name: Setup doc deploy run: | git config --global user.name vektra-bot