Skip to content

Commit

Permalink
Use gh command to submit a PR for the website
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent 6927f08 commit 314eaf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-API-documentation.yaml
Expand Up @@ -69,3 +69,10 @@ jobs:
git add libpointmatcher-doc
git commit -m "Update documentation for new release" || exit 0
git push origin HEAD:refs/heads/update-libpointmatcher-docs --force
- 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 314eaf7

Please sign in to comment.