File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,19 @@ jobs:
18
18
python-version : 3.x
19
19
20
20
- 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
22
22
23
23
- 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
25
26
with :
26
- key : ${{ github.ref }}
27
+ key : mkdocs-material- ${{ env.cache_id }}
27
28
path : .cache
29
+ restore-keys : |
30
+ mkdocs-material-
28
31
29
32
- name : Install Insiders build
30
33
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
33
36
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -146,8 +146,6 @@ plugins:
146
146
- git-committers :
147
147
repository : sparkfun/SparkFun_Soft_Power_Switch_USB-C
148
148
branch : main
149
- # Add git authors at bottom of the page
150
- - git-authors
151
149
# Enables use of Git submodules and larger code base
152
150
- monorepo
153
151
# For PDF rendering
You can’t perform that action at this time.
0 commit comments