From 50a434dae88a2464e8920c57ba95dfd0fd61280c Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 02:17:18 +0700 Subject: [PATCH] fix docs deploy --- .gitea/workflows/build-deploy-docs.yml | 3 ++- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index 087ae78..8d27cbf 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -38,6 +38,7 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:runner-22.04 + steps: - uses: actions/checkout@v4 - name: Set up Python @@ -53,7 +54,7 @@ jobs: requirements**.txt pyproject.toml - name: Install docs extras - run: uv pip install -r requirements-docs.txt + run: uv add mkdocs-material - name: Build Docs run: mkdocs build - name: Build Docker Image diff --git a/docs/index.md b/docs/index.md index 139e6ef..38958f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,4 +98,4 @@ async def menu(context: CommandCallbackContext): -forced_change_ \ No newline at end of file +forced_change \ No newline at end of file