Skip to content

Part cFS/Documents#11, Merging Development Branch #155

Part cFS/Documents#11, Merging Development Branch

Part cFS/Documents#11, Merging Development Branch #155

name: Build Documentation
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
build-documentation:
name: Build and deploy cFS documents
uses: nasa/cFS/.github/workflows/build-doc-reusable.yml@dev
with:
target: "[\"mm-usersguide\"]"
app-name: mm
buildpdf: ${{ github.event_name == 'push' && (contains(github.ref, 'main') || contains(github.ref, 'dev')) }}