From 0b5a9335f34fc6094b49e2aa3f5b3378a876aa9d Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 4 Dec 2024 18:23:32 -0700 Subject: [PATCH] Skip docs spellcheck for testing purposes --- .github/workflows/build-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 3bfc0532ff1..3372769516a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -29,9 +29,9 @@ jobs: fail-fast: false matrix: docs-output: - # XXX re-enable lintcheck and fix the errors + # XXX re-enable lintcheck and spellcheck then fix the errors # - linkcheck - - spellcheck + # - spellcheck - html steps: