Fix #84, Remove side-effects and superfluous initializations #92
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')}} |