Skip to content

chore: move MTKStdlib typos config #1

chore: move MTKStdlib typos config

chore: move MTKStdlib typos config #1

name: "Documentation - MTKStandardLibrary"

Check failure on line 1 in .github/workflows/Documentation-MTKStdlib.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Documentation-MTKStdlib.yml

Invalid workflow file

(Line: 23, Col: 5): Unexpected value 'working-directory'
on:
push:
branches:
- master
paths:
- 'lib/ModelingToolkitStandardLibrary'
tags: '*'
pull_request:
paths:
- 'lib/ModelingToolkitStandardLibrary'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
build-and-deploy-docs:
name: "Documentation"
uses: "SciML/.github/.github/workflows/documentation.yml@v1"
secrets: "inherit"
working-directory: "lib/ModelingToolkitStandardLibrary"