diff --git a/.github/workflows/automatic-doc-checks.yml b/.github/workflows/automatic-doc-checks.yml index d3bba4576..e52e01cbe 100644 --- a/.github/workflows/automatic-doc-checks.yml +++ b/.github/workflows/automatic-doc-checks.yml @@ -1,7 +1,7 @@ name: Core Documentation Checks on: - - workflow_dispatch + workflow_dispatch: permissions: contents: read @@ -12,6 +12,6 @@ concurrency: jobs: documentation-checks: - - uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main - with: - working-directory: 'docs/moonray' + uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main + with: + working-directory: 'docs/moonray'