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:
commit
f2fc90aab9
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
|
@ -56,7 +56,7 @@ See additional configuration options:
|
||||
- [Emoji with custom icons]
|
||||
|
||||
[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/
|
||||
[Emoji]: ../setup/extensions/python-markdown-extensions.md#emoji
|
||||
[Emoji with custom icons]: ../setup/extensions/python-markdown-extensions.md#custom-icons
|
||||
|
Loading…
Reference in New Issue
Block a user