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 85b7abb commit 101814e
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 @@ -76,7 +76,7 @@ jobs:
run: |
if [ "${{ matrix.target }}" == "cfe-usersguide" ]; then
echo "TARGET=[\"cfe-usersguide\"]" >> $GITHUB_ENV
echo "BUILD_PDF=${{ github.event_name == 'push' && contains(github.ref, 'main') }}" >> $GITHUB_ENV
echo "BUILD_PDF=true" >> $GITHUB_ENV
echo "DEPLOY=true" >> $GITHUB_ENV
elif [ "${{ matrix.target }}" == "mission-doc" ]; then
echo "TARGET=[\"mission-doc\"]" >> $GITHUB_ENV
Expand Down

0 comments on commit 101814e

Please sign in to comment.