From 60c5fda946f77af14f0b73f8183b019101f57a73 Mon Sep 17 00:00:00 2001 From: arielswalker <166176736+arielswalker@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:58:22 -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 617ccd4ae..cd446d229 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -92,7 +92,7 @@ jobs: - name: Run Build Document Script run: | chmod +x ./.github/scripts/build-deploy-doc.sh - ./.github/scripts/build-deploy-doc.sh "${TARGET_JSON}" "$CACHE_KEY" "$DEPLOY" "$BUILD_PDF" "$APP_NAME" "$NEEDS_OSAL_API" + ./.github/scripts/build-deploy-doc.sh "$TARGET_JSON" "$CACHE_KEY" "$DEPLOY" "$BUILD_PDF" "$APP_NAME" "$NEEDS_OSAL_API" - name: Archive Document Build Logs uses: actions/upload-artifact@v4