Skip to content

Commit

Permalink
maybe clone submodules?
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijisIrlnd committed Aug 11, 2024
1 parent 498dfcd commit 3977fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doygen-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Submodules
uses: actions/checkout@v2
shell: bash
run : |
git submodule sync --recursive
- name: Install doxygen
uses: ssciwr/doxygen-install@v1
- name: Configure
Expand Down

0 comments on commit 3977fe5

Please sign in to comment.