github actions: Drop HTML validation
Its seems `xmllint` is mainly an XML validator and not a HTML validator and can't find a decent command line HTML validator.
This commit is contained in:
parent
ae288c067c
commit
27c615706c
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@ -145,9 +145,3 @@ jobs:
|
|||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ${{ matrix.configure-opts }} -DCMAKE_FIND_FRAMEWORK=NEVER
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ${{ matrix.configure-opts }} -DCMAKE_FIND_FRAMEWORK=NEVER
|
||||||
cmake --build .
|
cmake --build .
|
||||||
ctest -V
|
ctest -V
|
||||||
|
|
||||||
- name: Check documentation
|
|
||||||
if: startsWith(matrix.os,'ubuntu') && startsWith(matrix.build-system,'autotools')
|
|
||||||
run: |
|
|
||||||
xmllint --valid --noout doc/html/*.html;
|
|
||||||
xmllint --valid --noout doc/html/api/*.html;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user