Skip to content

Commit

Permalink
Spelling test to output to stdout, no artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
markheik authored and tobiasah committed Jul 7, 2022
1 parent 7f1d50c commit 3a51c81
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,4 @@ jobs:

- name: "Test spelling docs"
run: |
cd docs && sphinx-build -b spelling -q -W --keep-going source build/spelling
- name: Store spelling result artifacts
uses: actions/upload-artifact@v2
if: failure()
with:
name: docs-spelling-failure-report
path: docs/build/spelling
cd docs && sphinx-build -b spelling -W --keep-going source build/spelling

0 comments on commit 3a51c81

Please sign in to comment.