Skip to content

Merge pull request #339 from thnkslprpt/fix-338-move-eid-to-end-of-ev… #412

Merge pull request #339 from thnkslprpt/fix-338-move-eid-to-end-of-ev…

Merge pull request #339 from thnkslprpt/fix-338-move-eid-to-end-of-ev… #412

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