Commit 3effba62 authored by Jay Laura's avatar Jay Laura
Browse files

Disables spell checker due to inline CSV

parent ee0f3711
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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