Skip to content

Merge pull request #122 from LucienMorey/LucienMorey/fix-121-incorrec… #164

Merge pull request #122 from LucienMorey/LucienMorey/fix-121-incorrec…

Merge pull request #122 from LucienMorey/LucienMorey/fix-121-incorrec… #164

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