From a8d76378bcb33e7efcbcdf7d0dce36e8d3599ae9 Mon Sep 17 00:00:00 2001 From: Tarek Ismail Date: Thu, 3 Oct 2024 09:59:43 +0300 Subject: [PATCH] Change spellcheck working directory --- .github/workflows/documentation-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-checks.yaml b/.github/workflows/documentation-checks.yaml index fa8d9e815b..73231e8c85 100644 --- a/.github/workflows/documentation-checks.yaml +++ b/.github/workflows/documentation-checks.yaml @@ -79,7 +79,7 @@ jobs: if: success() || failure() uses: canonical/documentation-workflows/spellcheck@main with: - working-directory: ${{ inputs.working-directory }} + working-directory: doc/sphinx install-target: ${{ inputs.install-target }} spelling-target: ${{ inputs.spelling-target }} makefile: ${{ inputs.makefile }}