diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 385ab06..2066421 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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