File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 35
35
python-version : 3.x
36
36
37
37
- 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]'
39
39
40
40
- name : Set up build cache
41
41
run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -214,11 +214,6 @@ plugins:
214
214
repository : sparkfun/SparkFun_RTK_Everywhere_Firmware
215
215
branch : main
216
216
217
- # Add git authors at bottom of the page
218
- - git-authors :
219
- # Disables plugin on local builds
220
- enabled : !ENV [CI, false]
221
-
222
217
# Enables use of Git submodules and larger code base
223
218
- monorepo :
224
219
# Disables plugin on local builds
You can’t perform that action at this time.
0 commit comments