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
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: pip
|
||||
cache-dependency-path: pyproject.toml
|
||||
|
||||
- name: install requirements
|
||||
run: |
|
||||
python -m \
|
||||
pip install -r docs/requirements-mkdocs.txt
|
||||
pip install ".[docs]"
|
||||
|
||||
- name: confirm buildability
|
||||
run: |
|
||||
|
@ -1,3 +0,0 @@
|
||||
mkdocs-material==9.*
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-redirects==1.2.0
|
Loading…
Reference in New Issue
Block a user