Skip to content

Part cFS/workflows#122, Add Internal Workflows #156

Part cFS/workflows#122, Add Internal Workflows

Part cFS/workflows#122, Add Internal Workflows #156

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')) }}