Merge pull request #297 from cFS/fix-292-clean-up-eds-ug #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Internal cFS Documentation and Guides | ||
| on: | ||
| push: | ||
| branches: | ||
| - dev | ||
| - main | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| workflow_dispatch: | ||
| jobs: | ||
| cfs-doc-guides: | ||
| name: cFS Documentation and Guides | ||
| uses: cFS/workflows/.github/workflows/build-cfs-documentation-reusable-internal.yml@dev | ||
|
Check failure on line 18 in .github/workflows/build-documentation-internal.yml
|
||