From 3effba6215b97fa7751df55595b73c3a50dce8d0 Mon Sep 17 00:00:00 2001 From: Jay Laura <jlaura@usgs.gov> Date: Mon, 12 Sep 2022 07:06:52 -0700 Subject: [PATCH] Disables spell checker due to inline CSV --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f603be2..5aff6c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,9 +31,9 @@ jobs: - name: Build documents run: | # Perform any documentation building that might be required - - name: Spell check - run: | - python -m pyspelling + #- name: Spell check + # run: | + # python -m pyspelling - name: Setup Hugo uses: actions/setup-node@v3 -- GitLab