Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 6, 2024
1 parent 76f2ded commit 7414cf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
name: Validate Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
# lenient mode is enabled here because the docs generated from the api spec contain
# broken links. fail-on-error should also be true, but we set it to false for the
# same issue
# see issue https://github.com/ansible-collections/vmware.vmware_rest/issues/509
init-lenient: false
init-fail-on-error: true
intersphinx-links: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
name: Build Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-push.yml@main
with:
# lenient mode is enabled here because the docs generated from the api spec contain
# broken links. fail-on-error should also be true, but we set it to false for the
# same issue
# see issue https://github.com/ansible-collections/vmware.vmware_rest/issues/509
init-lenient: false
init-fail-on-error: true
intersphinx-links: |
Expand Down

0 comments on commit 7414cf8

Please sign in to comment.