mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Replace hardcoded Google Analytics ID with environment variable in mkdocs.yml
This commit is contained in:
parent
50d0af0372
commit
b472149714
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ extra:
|
||||||
link: https://www.instagram.com/codiumai/
|
link: https://www.instagram.com/codiumai/
|
||||||
analytics:
|
analytics:
|
||||||
provider: google
|
provider: google
|
||||||
property: G-9LJSZ77MJF
|
property: ${{ secrets.GOOGLE_ANALYTICS_ID }}
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/custom.css
|
- css/custom.css
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue