Skip to content

Commit

Permalink
Merge pull request #3 from satfra/new_doxygen_theme
Browse files Browse the repository at this point in the history
New doxygen theme
  • Loading branch information
satfra authored Dec 22, 2024
2 parents b8cf810 + 0c38bc1 commit 3387fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
cd ..
- name: Create temporary working-directory
run: mkdir build
- name: Pull doxygen-awesome
run: |
cd external
git submodule update --init doxygen-awesome-css
cd ..
- name: Build doxygen documentation
run: |
cd build
Expand Down

0 comments on commit 3387fe7

Please sign in to comment.