Skip to content

Commit

Permalink
Merge pull request #592 from analogdevicesinc/ci-doc-add-depth
Browse files Browse the repository at this point in the history
.github: Add destination depth to doc build
  • Loading branch information
tfcollins authored Aug 22, 2024
2 parents 764dd5b + 8366cdc commit 4f17d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: Build doc and release
run: |
export ADOC_TARGET_DEPTH=1
cd doc && make html
cd ..
Expand Down Expand Up @@ -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 ..
Expand Down

0 comments on commit 4f17d27

Please sign in to comment.