Skip to content

Commit 845bff4

Browse files
Remove git-authors plugin
1 parent a635690 commit 845bff4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: 3.x
3636

3737
- name: Install Python dependencies
38-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
38+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
3939

4040
- name: Set up build cache
4141
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

mkdocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ plugins:
216216
repository: sparkfun/SparkFun_GNSSDO
217217
branch: main
218218

219-
# Add git authors at bottom of the page
220-
- git-authors:
221-
# Disables plugin on local builds
222-
enabled: !ENV [CI, false]
223-
224219
# Enables use of Git submodules and larger code base
225220
- monorepo:
226221
# Disables plugin on local builds

0 commit comments

Comments
 (0)