Skip to content

Commit

Permalink
Revert last commit, remove runner on reusable workflow step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 5, 2024
1 parent 285698a commit 9ff8dc3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:

jobs:
build-docs:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
init-lenient: false
init-fail-on-error: true
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
init-lenient: false
init-fail-on-error: true

lint-docs:
name: Lint Docs
Expand Down

0 comments on commit 9ff8dc3

Please sign in to comment.