Revert "remove committers?"

This reverts commit 7a73be03da.
This commit is contained in:
nayan
2025-10-07 15:35:10 -04:00
parent 7a73be03da
commit 5162a66bc8
3 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ jobs:
- run: pip install \
mkdocs-material \
mkdocs-git-revision-date-localized-plugin \
mkdocs-git-committers-plugin-2 \
mkdocs-git-authors-plugin \
mkdocs-glightbox \
mkdocs-redirects
- run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force
- run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}