Skip to content

Commit 5d97178

Browse files
committed
Remove git-authors
1 parent 6079ee3 commit 5d97178

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/mkdocs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@ 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
24-
uses: actions/cache@v2
24+
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
25+
- uses: actions/cache@v4
2526
with:
26-
key: ${{ github.ref }}
27+
key: mkdocs-material-${{ env.cache_id }}
2728
path: .cache
29+
restore-keys: |
30+
mkdocs-material-
2831
2932
- name: Install Insiders build
3033
env:
31-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
32-
run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
34+
MKDOCS_TOKEN: ${{ secrets.MKDOCS_SECRET }}
35+
run: pip install git+https://${MKDOCS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
3336
- run: mkdocs gh-deploy --force

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_Soft_Power_Switch_USB-C
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)