Skip to content

Commit

Permalink
fix: forgot to init the submodule!
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz R. Sattler committed Dec 22, 2024
1 parent 7c7d2cc commit 010e9ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
cd ..
- name: Create temporary working-directory
run: mkdir build
- name: Pull doxygen-awesome
run: |
cd external
cd doxygen-awesome
git submodule update --init
cd ..
cd ..
- name: Build doxygen documentation
run: |
cd build
Expand Down

0 comments on commit 010e9ba

Please sign in to comment.