1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

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

This commit is contained in:
squidfunk 2022-02-09 10:14:37 +01:00
commit f2fc90aab9
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Python runtime - name: Set up Python runtime
uses: actions/setup-python@v2.3.1 uses: actions/setup-python@v2.3.2
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Python runtime - name: Set up Python runtime
uses: actions/setup-python@v2.3.1 uses: actions/setup-python@v2.3.2
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}

View File

@ -56,7 +56,7 @@ See additional configuration options:
- [Emoji with custom icons] - [Emoji with custom icons]
[Material Design]: https://materialdesignicons.com/ [Material Design]: https://materialdesignicons.com/
[FontAwesome]: https://fontawesome.com/icons?d=gallery&m=free [FontAwesome]: https://fontawesome.com/search?m=free
[Octicons]: https://octicons.github.com/ [Octicons]: https://octicons.github.com/
[Emoji]: ../setup/extensions/python-markdown-extensions.md#emoji [Emoji]: ../setup/extensions/python-markdown-extensions.md#emoji
[Emoji with custom icons]: ../setup/extensions/python-markdown-extensions.md#custom-icons [Emoji with custom icons]: ../setup/extensions/python-markdown-extensions.md#custom-icons