diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 390e3adf3..c8eacabe9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -141,6 +141,7 @@ jobs: - name: Build doc and release run: | + export ADOC_TARGET_DEPTH=1 cd doc && make html cd .. @@ -174,6 +175,7 @@ jobs: run: | export GIT_BRANCH=${{ github.head_ref }} export DEV_BUILD=1 + export ADOC_TARGET_DEPTH=2 cd doc && make html cd ..