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 25dfe39 commit 60c5fda
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 @@ -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
Expand Down

0 comments on commit 60c5fda

Please sign in to comment.