diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 84438e0b1..6fe8f1c9b 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -56,6 +56,7 @@ jobs: needs: checkout-and-cache uses: ./cfs-repo/.github/workflows/build-deploy-doc.yml with: + branch: main target: "[\"cfe-usersguide\"]" cache-key: cfs-doc-${{ github.run_number }} buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} @@ -66,6 +67,7 @@ jobs: name: Build Mission Doc uses: ./cfs-repo/.github/workflows/build-deploy-doc.yml with: + branch: main target: "[\"mission-doc\"]" cache-key: cfs-doc-${{ github.run_number }} deploy: false