From b011ea31ec25472b47ce3eb1fa79d1c77d23fb65 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 23 Sep 2024 22:39:52 +0200 Subject: [PATCH] [ci] We need to commit the applied patches. [skip ci] --- .github/workflows/update-documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 915300fabac1d..4007be29645fd 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -212,6 +212,8 @@ jobs: git am < "$patch" done rm -rf patches/ + git add -A + git commit -m "Updating API documentation for ${{ inputs.tag }}" - name: Push Branch run: git push origin api-docs-${{ inputs.tag }} - name: Documentation Pull Request