Skip to content

Commit

Permalink
Replace hardcoded Google Analytics ID with environment variable in mk…
Browse files Browse the repository at this point in the history
…docs.yml
  • Loading branch information
almog-lv committed Mar 14, 2024
1 parent 50d0af0 commit b472149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extra:
link: https://www.instagram.com/codiumai/
analytics:
provider: google
property: G-9LJSZ77MJF
property: ${{ secrets.GOOGLE_ANALYTICS_ID }}

extra_css:
- css/custom.css
Expand Down

0 comments on commit b472149

Please sign in to comment.