Moved doc files into doc folder

This commit is contained in:
CasVT
2025-04-22 23:38:05 +02:00
parent 0cbb03151f
commit 29b13d53f5
20 changed files with 5 additions and 6 deletions

View File

@@ -17,9 +17,9 @@ jobs:
with:
python-version: 3.8
cache: 'pip'
- run: pip install -r requirements.txt -r project_management/requirements-docs.txt
- run: pip install -r requirements.txt -r docs/requirements-docs.txt
name: Install dependencies
- run: python3 project_management/generate_api_docs.py
- run: python3 docs/generate_api_docs.py
name: Generate API docs
- run: mkdocs gh-deploy --force -f project_management/mkdocs.yml
- run: mkdocs gh-deploy --force -f docs/mkdocs.yml
name: Build docs