docs: Added 'how to debug' page
This commit is contained in:
3
.github/workflows/docs_pages.yml
vendored
3
.github/workflows/docs_pages.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user