Skip to content

Fix #5, Use CFE_MSG_PTR instead of &(x).Msg #98

Fix #5, Use CFE_MSG_PTR instead of &(x).Msg

Fix #5, Use CFE_MSG_PTR instead of &(x).Msg #98

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