Skip to content

Commit c527172

Browse files
committed
Update GHA build script to build autodocs
1 parent 3dda9d2 commit c527172

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
steps:
3333
- name: Check out repository
3434
uses: actions/checkout@v4
35+
submodules: true
3536
- name: Set up Python
3637
uses: actions/setup-python@v5
3738
with:

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
34+
submodules: true
3435
- name: Set up Python
3536
uses: actions/setup-python@v5
3637
with:

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash -ex
22

3-
nox -s build
3+
nox -s build -- -t autodoc

0 commit comments

Comments
 (0)