From 5e08a7b67b6eb87cd1428981e07d9954c4d83d88 Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Wed, 20 Mar 2024 13:36:07 -0700 Subject: [PATCH] Codespell path change (#41) * Testing Grammar Check * Typo lmao * Minor change to trigger grammar check * Changed codespell dir --- .github/workflows/ci_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 100049b..4def207 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -54,7 +54,7 @@ jobs: mkdocs build - name: codespell Check run: | - codespell site/ + codespell docs/ - name: Grammar Check run: | git remote add origin https://github.com/DOI-USGS/asc-public-docs.git -- GitLab