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 Dec 11, 2023
2 parents 649db51 + 738dd7d commit 52feaba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/setting-up-social-cards.md
Expand Up @@ -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.

Expand Down

0 comments on commit 52feaba

Please sign in to comment.