From 76966301f6b0b2c7e8051d29972b8373272c7662 Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 01:50:13 +0700 Subject: [PATCH] fix docs deploy --- .gitea/workflows/build-deploy-docs.yml | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index f008c97..087ae78 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -37,7 +37,7 @@ jobs: if: ${{ needs.changes.outputs.docs == 'true' }} runs-on: ubuntu-latest container: - image: catthehacker/ubuntu:act-22.04 + image: catthehacker/ubuntu:runner-22.04 steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/docs/index.md b/docs/index.md index 38958f9..139e6ef 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