mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
cd3a7182f3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
|
||||||
- name: Set up Node.js dependency cache
|
- name: Set up Node.js dependency cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
|
||||||
- name: Set up Node.js dependency cache
|
- name: Set up Node.js dependency cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
requirements.txt
|
requirements.txt
|
||||||
|
|
||||||
- name: Set up build cache
|
- name: Set up build cache
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
||||||
path: .cache
|
path: .cache
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
||||||
- name: Save build cache
|
- name: Save build cache
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
||||||
path: .cache
|
path: .cache
|
||||||
|
@ -221,6 +221,7 @@ other providers:
|
|||||||
- [:material-airballoon-outline: Fly.io][Flyio]
|
- [:material-airballoon-outline: Fly.io][Flyio]
|
||||||
- [:simple-netlify: Netlify][Netlify]
|
- [:simple-netlify: Netlify][Netlify]
|
||||||
- [:simple-vercel: Vercel][Vercel]
|
- [:simple-vercel: Vercel][Vercel]
|
||||||
|
- [:simple-codeberg: Codeberg Pages][Codeberg Pages]
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -234,3 +235,4 @@ other providers:
|
|||||||
[Flyio]: https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/
|
[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/
|
[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/
|
[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/
|
||||||
|
Loading…
Reference in New Issue
Block a user