docs: Added 'how to debug' page

This commit is contained in:
AURUMVORXX
2024-11-26 01:12:00 +03:00
parent d779d0a661
commit cbd432a1e7
3 changed files with 55 additions and 1 deletions

View File

@@ -12,10 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- run: |
pip install mkdocs
pip install "mkdocstrings[python]"
pip install mkdocs-material
pip install mkdocs-callouts
pip install mkdocs-glightbox
mkdocs gh-deploy --force