mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
commit
47b8cea334
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -95,6 +95,12 @@ jobs:
|
||||||
name: errors
|
name: errors
|
||||||
path: Tests/errors
|
path: Tests/errors
|
||||||
|
|
||||||
|
- name: Docs
|
||||||
|
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
|
||||||
|
run: |
|
||||||
|
pip install sphinx-rtd-theme
|
||||||
|
make doccheck
|
||||||
|
|
||||||
- name: After success
|
- name: After success
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user