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 9, 2024
1 parent cc80c36 commit 8413d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ jobs:
id: set-build-pdf
run: echo "BUILD_PDF=${{ matrix.target == 'cfe-usersguide' && github.event_name == 'push' && contains(github.ref, 'main') || 'false' }}" >> $GITHUB_ENV

- name: Debug Environment Variables
run: |
echo "CACHE_KEY: $CACHE_KEY"
echo "DEPLOY: $DEPLOY"
echo "BUILD_PDF: $BUILD_PDF"
echo "APP_NAME: $APP_NAME"
echo "NEEDS_OSAL_API: $NEEDS_OSAL_API"
- name: Run Build Document Script
run: |
chmod +x ./.github/scripts/build-deploy-doc.sh
Expand Down

0 comments on commit 8413d36

Please sign in to comment.