Skip to content

Commit

Permalink
Fix automatic-docs-check CI (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Nov 29, 2024
1 parent eca8749 commit 7fd3228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Core Documentation Checks

on:
- workflow_dispatch
workflow_dispatch:

permissions:
contents: read
Expand All @@ -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'

0 comments on commit 7fd3228

Please sign in to comment.