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

This commit is contained in:
Alexander Kalinovsky
2025-03-01 02:37:00 +07:00
parent 2327c49e1c
commit 0054a7e154
2 changed files with 2 additions and 3 deletions

View File

@@ -57,9 +57,8 @@ jobs:
run: |
uv venv
uv pip install mkdocs-material
ls -la
- name: Build Docs
run: mkdocs build
run: .venv/bin/mkdocs build
- name: Build Docker Image
run: |
docker build -f Dockerfile.docs-site -t registry.botforge.biz/${{ vars.STACK_NAME }} .

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>
forced_change
forced_change_