File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments