Skip to content

Open Source Draco Release #2

Open Source Draco Release

Open Source Draco Release #2

name: Internal Build and Deploy Documentation
on:
push:
pull_request:
jobs:
build-documentation:
name: Build and deploy cFS documents
uses: cFS/workflows/.github/workflows/build-doc-reusable-internal.yml@dev

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/build-documentation-internal.yml" -> "cFS/workflows/.github/workflows/build-doc-reusable-internal.yml@dev" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
target: "[\"lc-usersguide\"]"
app-name: lc
buildpdf: ${{ github.event_name == 'push' && contains(github.ref, 'dev')}}
deploy: ${{ github.event_name == 'push' && contains(github.ref, 'dev')}}