mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-12 19:24:34 +02:00
Replace antsibull-lint collection-docs with antsibull-docs lint-collection-docs. (#73)
This commit is contained in:
parent
a8ba15e556
commit
3e39e8473f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def main():
|
||||||
"""Main entry point."""
|
"""Main entry point."""
|
||||||
if not os.path.isdir(os.path.join('docs', 'docsite')):
|
if not os.path.isdir(os.path.join('docs', 'docsite')):
|
||||||
return
|
return
|
||||||
p = subprocess.run(['antsibull-lint', 'collection-docs', '.'], check=False)
|
p = subprocess.run(['antsibull-docs', 'lint-collection-docs', '.'], check=False)
|
||||||
if p.returncode not in (0, 3):
|
if p.returncode not in (0, 3):
|
||||||
print('{0}:0:0: unexpected return code {1}'.format(sys.argv[0], p.returncode))
|
print('{0}:0:0: unexpected return code {1}'.format(sys.argv[0], p.returncode))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue