Skip to content

Commit

Permalink
change workflow to clean branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinunland committed Aug 20, 2024
1 parent 2cda376 commit d109cb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Clean gh-pages branch
run: |
git push origin --delete gh-pages
git checkout --orphan gh-pages
git rm -rf --dry-run .
git rm -rf .
git push gh-pages
- name: Generate Doxygen
run: |
Expand Down

0 comments on commit d109cb9

Please sign in to comment.