Skip to content

Commit

Permalink
rollback action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Oct 1, 2024
1 parent af12673 commit 542a357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/docs-spelling-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,13 @@ on:
paths:
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install aspell
run: sudo apt-get install aspell aspell-en
- name: build html
run: make html
- name: Spell Check
run: make spelling
working-directory: docs/tools
# - name: Spell Check
# run: make spelling
# working-directory: docs/tools
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: docs/tools/.sphinx/spellingcheck_test.yaml
3 changes: 1 addition & 2 deletions docs/tools/.sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ matrix:
- .custom_wordlist.txt
output: .sphinx/.wordlist.dic
sources:
# - ../_build/**/*.html
- ../test.html
- ../_build/**/*.html
pipeline:
- pyspelling.filters.html:
comments: false
Expand Down
29 changes: 0 additions & 29 deletions docs/tools/.sphinx/spellingcheck_test.yaml

This file was deleted.

0 comments on commit 542a357

Please sign in to comment.