fix docs deploy
Some checks failed
Build Docs / changes (push) Successful in 5s
Build Docs / build-docs (push) Failing after 24s
Build Docs / deploy-docs (push) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-03-01 02:23:44 +07:00
parent f3fe54513c
commit 55e12c0475
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,9 @@ jobs:
requirements**.txt requirements**.txt
pyproject.toml pyproject.toml
- name: Install docs extras - name: Install docs extras
run: uv pip install mkdocs-material run: |
uv venv
uv pip install mkdocs-material
- name: Build Docs - name: Build Docs
run: mkdocs build run: mkdocs build
- name: Build Docker Image - name: Build Docker Image

View File

@@ -98,4 +98,4 @@ async def menu(context: CommandCallbackContext):
<iframe width="100%" height="691" src="https://www.youtube.com/embed/ptTnoppkYfM" title="QBot Framework The Open-Source RAD Tool for Telegram Bots" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <iframe width="100%" height="691" src="https://www.youtube.com/embed/ptTnoppkYfM" title="QBot Framework The Open-Source RAD Tool for Telegram Bots" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
forced_change_ forced_change