Skip to content

Commit

Permalink
ci: Remove doxygen placeholder folder
Browse files Browse the repository at this point in the history
This fixes the link to Doxygen from the
mkdocs site.
  • Loading branch information
ltoenning committed Nov 6, 2023
1 parent 03a0ee9 commit 568761b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build doxygen
run: |
doxygen
rm html/doxygen -r # Remove doxygen placeholder folder
mv doxygen_output/html html/doxygen
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 568761b

Please sign in to comment.