Skip to content

Commit

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

0 comments on commit b011ea3

Please sign in to comment.