Skip to content

Commit

Permalink
CI: enable 'make spelling'
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 15, 2024
1 parent b2eba98 commit 5f71b64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
run: |
make latexpdf
working-directory: ./doc
#- name: Spelling
# shell: bash -l {0}
# run: |
# make spelling
# working-directory: ./doc
- name: Spelling
shell: bash -l {0}
run: |
make spelling
working-directory: ./doc
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: PDF
Expand Down

0 comments on commit 5f71b64

Please sign in to comment.