-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maciej Golaszewski
committed
Oct 1, 2024
1 parent
af12673
commit 542a357
Showing
3 changed files
with
3 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.