docs: workflow use submodules

This commit is contained in:
parker
2025-06-29 15:33:33 +01:00
parent c067514c7f
commit b561e3f974

View File

@@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Doxygen - name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen run: sudo apt-get update && sudo apt-get install -y doxygen
- name: Build docs - name: Build docs