Skip to content

Commit

Permalink
Remove PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent abe2980 commit efba5ba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/update-API-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,4 @@ jobs:
git config --local user.name "GitHub Actions"
git add libpointmatcher-doc
git commit -m "Update documentation for new release"
git push origin HEAD:refs/heads/update-libpointmatcher-docs
- name: Create pull request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}
branch: update-docs
title: "Update documentation for new release"
body: "Automated documentation update for new release from libpointmatcher"
base: master
git push origin HEAD:refs/heads/update-libpointmatcher-docs

0 comments on commit efba5ba

Please sign in to comment.