Skip to content

Commit

Permalink
fix(workflows): Fix branch creation for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Jan 9, 2024
1 parent 50b6159 commit b6e0ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_doxygen_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Create gh-pages branch
run: |
git branch -D gh-pages || true
git checkout -b gh-pages
- name: Copy documentation to gh-pages branch
Expand Down

0 comments on commit b6e0ed0

Please sign in to comment.