Skip to content

Commit cf71de5

Browse files
committed
fix docs pipeline
1 parent f56e2dd commit cf71de5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
- name: Check spelling
3232
uses: streetsidesoftware/cspell-action@v7
3333
with:
34-
files:
35-
- "docs/**/*.md"
36-
- "README.md"
37-
config: cspell.json
34+
files: "docs/**/*.md README.md"
3835
strict: true
3936
incremental_files_only: false
4037

0 commit comments

Comments
 (0)