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

This commit is contained in:
squidfunk 2023-12-11 10:14:58 +01:00
commit 52feaba403
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
3 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python runtime
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: pip

View File

@ -49,7 +49,7 @@ jobs:
src/templates/partials/languages
- name: Set up Python runtime
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: pip
@ -109,7 +109,7 @@ jobs:
path: site
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
- name: Save build cache
uses: actions/cache/save@v3

View File

@ -628,7 +628,7 @@ tags:
twitter:image: "{{ image.url }}"
```
Note that this examples makes use of [YAML anchors] to minify repetition. The
Note that this example makes use of [YAML anchors] to minify repetition. The
`definitions` property is solely intended for the definition on aliases that
can then be referenced with anchors.