From 101814e56f26a6314eaf17c1d2e5d94bdfa9c8c5 Mon Sep 17 00:00:00 2001 From: arielswalker <166176736+arielswalker@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:42:20 -0500 Subject: [PATCH] Update build-documentation.yml --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 5fef04733..8cac9696b 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -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