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 fb2011f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: "[\"cs-usersguide\"]"
#buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}
#deploy: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}

0 comments on commit fb2011f

Please sign in to comment.