Skip to content

Fix #92, Adds static analysis comments, replaces strncpy and strlen #125

Fix #92, Adds static analysis comments, replaces strncpy and strlen

Fix #92, Adds static analysis comments, replaces strncpy and strlen #125

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