Skip to content

Commit

Permalink
reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
martinunland committed Aug 20, 2024
1 parent d109cb9 commit 161b80a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ 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: |
sudo apt-get install doxygen graphviz
Expand Down

0 comments on commit 161b80a

Please sign in to comment.