Skip to content

Commit

Permalink
back to basics
Browse files Browse the repository at this point in the history
  • Loading branch information
erwangranger committed Dec 15, 2023
1 parent f426b02 commit 3ff5852
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
config_path: .github/.spellcheck.yaml # put path to configuration file here
source_files: README.md CHANGELOG.md notes/Notes.md
task_name: asciidoc
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@v3
if: '!cancelled()' # Do not upload artifact if job was cancelled
with:
name: Spellcheck Output
path: spellcheck-output.txt
# output_file: spellcheck-output.txt
# - uses: actions/upload-artifact@v3
# if: '!cancelled()' # Do not upload artifact if job was cancelled
# with:
# name: Spellcheck Output
# path: spellcheck-output.txt


0 comments on commit 3ff5852

Please sign in to comment.