mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Disable docs checks
This commit is contained in:
parent
dcb06ac7a8
commit
a155f65a89
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ install:
|
||||||
- pip install tox PyYAML Jinja2 sphinx
|
- pip install tox PyYAML Jinja2 sphinx
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
- make -C docsite all
|
#- make -C docsite all
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Reference in a new issue