Skip to content

Commit beeb09f

Browse files
committed
Remove git-authors
1 parent 8cdc436 commit beeb09f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.x
1919

2020
- name: Install Python dependencies
21-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf weasyprint mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
21+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf weasyprint mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
2222

2323
- name: Set up build cache
2424
uses: actions/cache@v2

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ plugins:
146146
- git-committers:
147147
repository: sparkfun/SparkFun_u-blox_NEO-F10N
148148
branch: main
149-
# Add git authors at bottom of the page
150-
- git-authors
151149
# Enables use of Git submodules and larger code base
152150
- monorepo
153151
# For PDF rendering

0 commit comments

Comments
 (0)