Skip to content

Commit

Permalink
[ci] Removing patches directory
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Sep 23, 2024
1 parent 0e0320c commit 769345c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 769345c

Please sign in to comment.