Skip to content

Commit

Permalink
add google analytics env to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 9, 2024
1 parent b9df18e commit f5f6808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5f6808

Please sign in to comment.