mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
get rid of requirements-mkdocs.txt
This commit is contained in:
parent
ace7032067
commit
f3d669319e
4
.github/workflows/mkdocs-material.yml
vendored
4
.github/workflows/mkdocs-material.yml
vendored
@ -19,11 +19,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
cache: pip
|
||||||
|
cache-dependency-path: pyproject.toml
|
||||||
|
|
||||||
- name: install requirements
|
- name: install requirements
|
||||||
run: |
|
run: |
|
||||||
python -m \
|
python -m \
|
||||||
pip install -r docs/requirements-mkdocs.txt
|
pip install ".[docs]"
|
||||||
|
|
||||||
- name: confirm buildability
|
- name: confirm buildability
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
mkdocs-material==9.*
|
|
||||||
mkdocs-git-revision-date-localized-plugin
|
|
||||||
mkdocs-redirects==1.2.0
|
|
Loading…
x
Reference in New Issue
Block a user