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