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 64f8539 commit 82092ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
needs: checkout-and-cache
name: Build and deploy cFE Docs
#uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main
uses: ${{ github.repository }}/.github/workflows/build-deploy-doc.yml@main
uses: ./.github/workflows/build-deploy-doc.yml
with:
path: ${{ github.repository }}
branch: main
target: "[\"cfe-usersguide\"]"
cache-key: cfs-doc-${{ github.run_number }}
buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}
Expand All @@ -65,8 +67,10 @@ jobs:
needs: checkout-and-cache
name: Build Mission Doc
#uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main
uses: ${{ github.repository }}/.github/workflows/build-deploy-doc.yml@main
uses: ./.github/workflows/build-deploy-doc.yml
with:
path: ${{ github.repository }}
branch: main
target: '["mission-doc"]'
cache-key: cfs-doc-${{ github.run_number }}
deploy: false
Expand Down

0 comments on commit 82092ff

Please sign in to comment.