Fix #97, Remove dead code checks: NULL
bufptr
and RunStatus_SYS_EXCEPTION
#143
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Deploy Documentation | |
on: | |
push: | |
pull_request: | |
jobs: | |
build-documentation: | |
name: Build and deploy cFS documents | |
uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main | |
with: | |
target: "[\"cs-usersguide\"]" | |
app-name: cs | |
buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} | |
deploy: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} |