[Docs] Add analytics (#546)

This commit is contained in:
William FH
2024-05-29 05:07:33 -07:00
committed by GitHub
parent 4c4839ca65
commit 7fdc849fa8
4 changed files with 29 additions and 3 deletions
+3 -1
View File
@@ -41,9 +41,11 @@ jobs:
run: |
poetry install
poetry run pip install -r docs/docs-requirements.txt
- name: Build site
run: make build-docs
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
- name: Configure GitHub Pages
if: github.ref == 'refs/heads/main'