Skip to content

working, added readme #1

working, added readme

working, added readme #1

name: Render Documentation
on:
push:
branches:
- main
paths:
- ".github/workflows/render-documentation.ya?ml"
- "examples/**"
- "src/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/render-documentation.ya?ml"
- "examples/**"
- "src/**"
workflow_dispatch:
jobs:
render-docs:
permissions:
contents: write
uses: arduino/render-docs-github-action/.github/workflows/render-docs.yml@deps-install-fix

Check failure on line 24 in .github/workflows/render-documentation.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/render-documentation.yml" -> "arduino/render-docs-github-action/.github/workflows/render-docs.yml@deps-install-fix" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
source-path: './src'
target-path: './docs/api.md'
fail-on-warnings: true