documentation updates is half done, disable it for now

This commit is contained in:
Earl Warren 2024-01-08 00:43:26 +01:00
parent 218494c27f
commit cb4932192a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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 }}