Skip to content

Commit

Permalink
Pull changes in the update-libpointmatcher-docs website branch before…
Browse files Browse the repository at this point in the history
… commit
  • Loading branch information
boxanm committed May 7, 2024
1 parent efba5ba commit 7e84e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-API-documentation.yaml
Expand Up @@ -56,6 +56,7 @@ jobs:
repository: norlab-ulaval/norlab-ulaval.github.io
path: website
ssh-key: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}
ref: update-libpointmatcher-docs

- name: Replace documentation files
run: cp -r build/doc/html website/libpointmatcher-doc
Expand All @@ -65,6 +66,8 @@ jobs:
cd website
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git fetch
git add libpointmatcher-doc
git pull
git commit -m "Update documentation for new release"
git push origin HEAD:refs/heads/update-libpointmatcher-docs

0 comments on commit 7e84e9f

Please sign in to comment.