diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a888a488e..68216e2dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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') }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 46033cc75..3dd58abab 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 30fcf8984..c8293835d 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -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] @@ -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/