Skip to content

Commit

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

0 comments on commit dc583a6

Please sign in to comment.