From fc49b2ee47bb4e527838ab1e1178243187cd06a5 Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 01:45:11 +0700 Subject: [PATCH] fix docs deploy --- .gitea/workflows/build-deploy-docs.yml | 5 ++--- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index 2ec335e..f008c97 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -36,10 +36,9 @@ jobs: - changes if: ${{ needs.changes.outputs.docs == 'true' }} runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-22.04 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 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