Skip to content

Commit

Permalink
Correctly check out the cpp-docs branch (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot authored Nov 5, 2024
1 parent 6a937a0 commit 735c389
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Packages
run: sudo apt-get install -y doxygen graphviz
Expand All @@ -35,8 +35,9 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "emproof-com@users.noreply.github.com"
git checkout cpp-docs
git add doc
git fetch origin cpp-docs
git switch cpp-docs
git add docs
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push

0 comments on commit 735c389

Please sign in to comment.