Skip to content

Part cFS/workflows#177, Update Existing Workflows with Internal Logic #153

Part cFS/workflows#177, Update Existing Workflows with Internal Logic

Part cFS/workflows#177, Update Existing Workflows with Internal Logic #153

name: Build Documentation
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
build-documentation:
name: Build and deploy cFS documents
uses: nasa/cFS/.github/workflows/build-doc-reusable.yml@dev

Check failure on line 18 in .github/workflows/build-documentation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-documentation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-documentation.yml" -> "nasa/cFS/.github/workflows/build-doc-reusable.yml@dev" : failed to fetch workflow: workflow was not found.
with:
target: "[\"mm-usersguide\"]"
app-name: mm
buildpdf: ${{ github.event_name == 'push' && (contains(github.ref, 'main') || contains(github.ref, 'dev')) }}