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 10, 2024
1 parent ddb9a06 commit 11b9b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
deploy-docs:
needs: build-docs
name: Deploy Docs
if: ${{ env.BUILD_PDF == 'true' && env.DEPLOY == 'true' }}
if: ${{ needs.build-docs.outputs.BUILD_PDF == 'true' && needs.build-docs.outputs.DEPLOY == 'true' }}
runs-on: ${{ github.repository_owner == 'cFS' && 'linux' || 'ubuntu-latest' }}
steps:

Expand Down

0 comments on commit 11b9b2e

Please sign in to comment.