mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-30 17:26:21 -04:00
Merge branch 'master' into master
This commit is contained in:
BIN
.github/assets/sponsors/sponsor-automation-technology.png
vendored
Normal file
BIN
.github/assets/sponsors/sponsor-automation-technology.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
.github/assets/sponsors/sponsor-sparkfun.png
vendored
Normal file
BIN
.github/assets/sponsors/sponsor-sparkfun.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@@ -57,10 +57,13 @@ jobs:
|
||||
run: |
|
||||
pip install .
|
||||
pip install \
|
||||
"cairosvg>=2.5" \
|
||||
"mkdocs-git-committers-plugin-2>=1.1.1" \
|
||||
"mkdocs-git-revision-date-localized-plugin>=1.0" \
|
||||
"mkdocs-minify-plugin>=0.3" \
|
||||
"mkdocs-redirects>=1.0"
|
||||
"mkdocs-rss-plugin>=1.1" \
|
||||
"mkdocs-redirects>=1.0" \
|
||||
"pillow<10"
|
||||
|
||||
- name: Install Insiders build
|
||||
if: github.event.repository.fork == false
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -46,10 +46,10 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Set up Python dependencies
|
||||
run: pip install --upgrade setuptools wheel twine
|
||||
run: pip install --upgrade build twine
|
||||
|
||||
- name: Build Python package
|
||||
run: python setup.py build sdist bdist_wheel --universal
|
||||
run: python -m build
|
||||
|
||||
- name: Publish Python package
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user