mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[doc] ci: run CI build with spell check
This commit is contained in:
parent
753b44e34f
commit
49725c9ea4
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -163,7 +163,8 @@ jobs:
|
||||
- name: Install docs dependencies
|
||||
run: |
|
||||
sudo apt-get install python3-sphinx
|
||||
sudo pip3 install sphinxcontrib-spelling
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd doc
|
||||
make dirhtml -j$(nproc)
|
||||
make dirhtml SPHINXOPTS='-b spelling -W' -j$(nproc)
|
||||
|
Loading…
Reference in New Issue
Block a user