Skip to content

Commit

Permalink
Update doxyfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 26, 2023
1 parent dc583a6 commit de91023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
build-documentation:
runs-on: ubuntu-latest
steps:
- name: Inspect current file structure
run: ls
- name: Install Doxygen and Dot
run: sudo apt install doxygen graphviz
- name: Run doxygen
run: doxygen ./doxyfile
run: doxygen doxyfile

0 comments on commit de91023

Please sign in to comment.