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
52feaba403
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user