From fde241efc1680cc3f58f1c9ce07a11e6a272d2b0 Mon Sep 17 00:00:00 2001 From: Abigail Teague Date: Wed, 10 May 2023 14:19:11 -0400 Subject: [PATCH] Update sphinx.yml --- .github/workflows/sphinx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 6a30283..e7472b2 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -22,6 +22,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 + with: + submodules: true - name: Install Doxygen run: sudo apt-get update -y && sudo apt-get install -y doxygen - name: Install Python Dependencies