Skip to content

Commit

Permalink
Change CI to push to cpp-docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 30, 2024
1 parent ec1f398 commit 6be2e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add -f docs
git checkout cpp-docs
git add doc
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push

0 comments on commit 6be2e94

Please sign in to comment.