Skip to content

Commit

Permalink
Fix nasa#229, Add doc build/deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 13, 2022
1 parent d0b3e25 commit a821e51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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
uses: skliper/cFS/.github/workflows/build-deploy-doc.yml@fix447-deploy_mission_doc
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')}}
2 changes: 1 addition & 1 deletion docs/dox_src/cf-usersguide.doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
INPUT += @MISSION_SOURCE_DIR@/cfe/cmake/sample_defs

PROJECT_NAME = "CF User's Guide"
WARN_LOGFILE = cf_usersguide_warnings.log
WARN_LOGFILE = cf-usersguide-warnings.log

0 comments on commit a821e51

Please sign in to comment.