From 769345c17c851bc16de8ffcd94ff844766d46c16 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 23 Sep 2024 22:15:11 +0200 Subject: [PATCH] [ci] Removing patches directory [skip ci] --- .github/workflows/update-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 068852330ec51..915300fabac1d 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -211,6 +211,7 @@ jobs: for patch in patches/*.patch; do git am < "$patch" done + rm -rf patches/ - name: Push Branch run: git push origin api-docs-${{ inputs.tag }} - name: Documentation Pull Request