Skip to content

Commit 631c5d2

Browse files
committed
YML File Updates
Updating YML files to try and fix build error.
1 parent 04bcccc commit 631c5d2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.x
2020

2121
- name: Install Python dependencies
22-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf weasyprint mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin setuptools
22+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf mkdocs-git-revision-date-localized-plugin setuptools
2323

2424
# - name: Install Chrome
2525
# run: sudo apt install google-chrome-stable
@@ -28,7 +28,7 @@ jobs:
2828
# - run: pip install beautifulsoup4==4.9.3
2929

3030
- name: Set up build cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
key: ${{ github.ref }}
3434
path: .cache

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ plugins:
153153
enable_creation_date: true
154154
type: timeago
155155
# Add git committers at the bottom of the page
156-
- git-committers:
157-
repository: sparkfun/SparkFun_OpenScale_IoT
158-
branch: main
156+
# - git-committers:
157+
# repository: sparkfun/SparkFun_OpenScale_IoT
158+
# branch: main
159159
# Add git authors at the bottom of the page
160-
- git-authors
160+
# - git-authors
161161
# Enables use of Git submodules and larger code base
162162
- monorepo
163163
# # For PDF rendering

0 commit comments

Comments
 (0)