Skip to content

Commit 53dd70d

Browse files
committed
submodules needed for gh actions while building docs
1 parent 6d7dcdf commit 53dd70d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-to-gh-with-sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4 # Checks-out your repository under $GITHUB_WORKSPACE
26+
with:
27+
submodules: 'true'
2628

2729
- name: Set up Python
2830
uses: actions/setup-python@v5
2931
with:
3032
python-version: '3.12' # Set up the Python version you need
33+
architecture: 'x64'
3134

3235
- name: Install dependencies
3336
run: |

0 commit comments

Comments
 (0)