Skip to content

Commit

Permalink
Update build-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 4, 2024
1 parent 656f292 commit 598a2cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')}}
Expand All @@ -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
Expand Down

0 comments on commit 598a2cd

Please sign in to comment.