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 60300f2 commit ff48637
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/doygen-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ jobs:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Submodules
shell: bash
run : |
git submodule sync --recursive
- uses: actions/[email protected]
with:
submodules: true
- name: Install doxygen
uses: ssciwr/doxygen-install@v1
- name: Configure
Expand Down

0 comments on commit ff48637

Please sign in to comment.