Skip to content

Fix #138, Unit test update for 1 based SC_LAST_RTS_WITH_EVENTS #194

Fix #138, Unit test update for 1 based SC_LAST_RTS_WITH_EVENTS

Fix #138, Unit test update for 1 based SC_LAST_RTS_WITH_EVENTS #194

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: "[\"sc-usersguide\"]"
app-name: sc
buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}
deploy: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}