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 c8e34be commit b494026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
id: set-target
run: |
if [ "${{ matrix.target }}" == "cfe-usersguide" ]; then
echo "TARGET=[\"cfe-usersguide\"]" >> $GITHUB_ENV
echo "TARGET=cfe-usersguide" >> $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
echo "TARGET=mission-doc" >> $GITHUB_ENV
echo "BUILD_PDF=false" >> $GITHUB_ENV
echo "DEPLOY=false" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit b494026

Please sign in to comment.