Skip to content

Commit d1e5743

Browse files
committed
Update docs.yml
1 parent d81e5c0 commit d1e5743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install .
2424
- name: Discover typos with codespell
2525
run: |
26-
codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,./.git" --ignore-words-list="aci,hist"
26+
codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,*.bib,./.git" --ignore-words-list="aci,hist"
2727
- name: PKG-TEST
2828
run: |
2929
python -m unittest discover tests/

0 commit comments

Comments
 (0)