Skip to content

Fix #111, Update LC_RESET_DBG_EID to be informational #162

Fix #111, Update LC_RESET_DBG_EID to be informational

Fix #111, Update LC_RESET_DBG_EID to be informational #162

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