Skip to content

Commit cd3a718

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents d9c939a + a851266 commit cd3a718

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: ${{ env.NODE_VERSION }}
5050

5151
- name: Set up Node.js dependency cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
id: cache
5454
with:
5555
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -77,7 +77,7 @@ jobs:
7777
node-version: ${{ env.NODE_VERSION }}
7878

7979
- name: Set up Node.js dependency cache
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
id: cache
8282
with:
8383
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
requirements.txt
5959
6060
- name: Set up build cache
61-
uses: actions/cache/restore@v3
61+
uses: actions/cache/restore@v4
6262
with:
6363
key: mkdocs-material-${{ hashfiles('.cache/**') }}
6464
path: .cache
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/deploy-pages@v4
113113

114114
- name: Save build cache
115-
uses: actions/cache/save@v3
115+
uses: actions/cache/save@v4
116116
with:
117117
key: mkdocs-material-${{ hashfiles('.cache/**') }}
118118
path: .cache

docs/publishing-your-site.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ other providers:
221221
- [:material-airballoon-outline: Fly.io][Flyio]
222222
- [:simple-netlify: Netlify][Netlify]
223223
- [:simple-vercel: Vercel][Vercel]
224+
- [:simple-codeberg: Codeberg Pages][Codeberg Pages]
224225

225226
</div>
226227

@@ -234,3 +235,4 @@ other providers:
234235
[Flyio]: https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/
235236
[Netlify]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-netlify/
236237
[Vercel]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-vercel/
238+
[Codeberg Pages]: https://andre601.ch/blog/2023/11-05-using-codeberg-pages/

0 commit comments

Comments
 (0)