mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
get rid of requirements-mkdocs.txt
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user