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

This commit is contained in:
Alexander Kalinovsky
2025-03-01 01:27:33 +07:00
parent 0f479f7914
commit e413cd3ae5
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ jobs:
if: ${{ needs.changes.outputs.docs == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Base requirements
run: |
apk update && apk add --no-cache nodejs
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5

View File

@@ -97,3 +97,5 @@ async def menu(context: CommandCallbackContext):
## Result
<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