From a37c89c7cd1b648af03c59354fd937ef0612875c Mon Sep 17 00:00:00 2001 From: Jackson Maxfield Brown Date: Fri, 20 Aug 2021 11:50:29 -0700 Subject: [PATCH] Add submodule checkout to doc building --- .github/workflows/build-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 595473e5a..8ed07abd0 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -13,6 +13,7 @@ jobs: with: fetch-depth: 0 ref: main + submodules: true - name: Set up Python uses: actions/setup-python@v1 with: