Skip to content

update flowchart

update flowchart #12

Workflow file for this run

name: Update Documentation
on:
push:
branches:
- docs
paths:
- docs/**
workflow_dispatch:
jobs:
docs:
uses: codeshelldev/gh-actions/.github/workflows/docs-update.yml@main

Check failure on line 13 in .github/workflows/docs-update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-update.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docs-update.yml" -> "codeshelldev/gh-actions/.github/workflows/docs-update.yml@main" (source branch with sha:f2a695db55dce912da98924dfaeb0aa44ce581df) --> "codeshelldev/gh-actions/.github/workflows/templating.yml@main" (source branch with sha:f2a695db55dce912da98924dfaeb0aa44ce581df) : (Line: 101, Col: 13): Unexpected symbol: '""'. Located at position 21 within expression: inputs.artifacts != ""
name: Template Docs
with:
template-path: docs/
output-path: docs/
output-branch: docs-build
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}