Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squidfunk/mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 23, 2024
2 parents d9c939a + a851266 commit cd3a718
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions docs/publishing-your-site.md
Expand Up @@ -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>

Expand All @@ -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/

0 comments on commit cd3a718

Please sign in to comment.