Skip to content

Commit

Permalink
Remove PR request creation
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent f98132c commit 3c307c4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/update-API-documentation.yaml
Expand Up @@ -70,14 +70,3 @@ jobs:
git commit -m "Update documentation for new release" || exit 0
git push origin HEAD:refs/heads/update-libpointmatcher-docs --force
- name: Set up SSH Key
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}

- name: Create website PR
run: |
gh pr create --repo norlab-ulaval/norlab-ulaval.github.io -B master -H update-libpointmatcher-docs --title 'Update documentation for new release' --body 'Automated documentation update for new release from libpointmatcher'
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 3c307c4

Please sign in to comment.