diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b61c36..f834975 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,4 +23,4 @@ jobs: python3 -m pip install --upgrade pip setuptools pip install codespell - name: Run codespell - run: codespell posts + run: codespell src/content/posts