From cb4932192a823068a7c27be230012701d388df46 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 8 Jan 2024 00:43:26 +0100 Subject: [PATCH] documentation updates is half done, disable it for now --- .forgejo/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml index c02a967..3fee2aa 100644 --- a/.forgejo/workflows/actions.yml +++ b/.forgejo/workflows/actions.yml @@ -60,7 +60,7 @@ jobs: echo full_version="$full_version" >> $GITHUB_OUTPUT - name: update documentation - if: matrix.info.version == 'v1.21' && matrix.info.tests != 'none' && github.ref == 'refs/heads/main' + if: false && matrix.info.tests != 'none' && github.ref == 'refs/heads/main' uses: https://code.forgejo.org/actions/cascading-pr@v1 with: origin-url: ${{ env.GITHUB_SERVER_URL }}