1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2024-01-23 09:55:25 +07:00
commit cd3a7182f3
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
3 changed files with 6 additions and 4 deletions

View File

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

View File

@ -58,7 +58,7 @@ jobs:
requirements.txt
- name: Set up build cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
key: mkdocs-material-${{ hashfiles('.cache/**') }}
path: .cache
@ -112,7 +112,7 @@ jobs:
uses: actions/deploy-pages@v4
- name: Save build cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
key: mkdocs-material-${{ hashfiles('.cache/**') }}
path: .cache

View File

@ -221,6 +221,7 @@ other providers:
- [:material-airballoon-outline: Fly.io][Flyio]
- [:simple-netlify: Netlify][Netlify]
- [:simple-vercel: Vercel][Vercel]
- [:simple-codeberg: Codeberg Pages][Codeberg Pages]
</div>
@ -234,3 +235,4 @@ other providers:
[Flyio]: https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/
[Netlify]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-netlify/
[Vercel]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-vercel/
[Codeberg Pages]: https://andre601.ch/blog/2023/11-05-using-codeberg-pages/