Skip to content

Commit

Permalink
Enable extra job for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 20, 2024
1 parent a95c42d commit 7a40db6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ jobs:
exit 99
fi
# https://github.com/actions/toolkit/issues/193
docs:
permissions:
contents: read
name: Validate Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
collection-name: ansible.eda
init-lenient: false
init-fail-on-error: true
check:
if: always()
environment: check
Expand Down

0 comments on commit 7a40db6

Please sign in to comment.