From 1b0d6d41252328655a9d8c1837ac67359056ca67 Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 14:16:18 +0700 Subject: [PATCH] fix docs deploy --- .gitea/workflows/build-deploy-docs.yml | 6 +++--- docs/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index f97b4f0..0b1588b 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -11,9 +11,9 @@ jobs: outputs: docs: ${{ steps.filter.outputs.docs }} steps: - - name: Base requirements - run: | - apk update && apk add --no-cache nodejs + # - name: Base requirements + # run: | + # apk update && apk add --no-cache nodejs - uses: actions/checkout@v4 # For pull requests it's not necessary to checkout the code but for the main branch it is - uses: dorny/paths-filter@v3 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