Skip to content

Commit

Permalink
Lint the repo, not the docsite.
Browse files Browse the repository at this point in the history
This is a fix from a misunderstanding I had. I thought antsibull-docs
lints the docsite, but it actually lints the contents of the
documentation fragments and argumnent specs.
  • Loading branch information
Christopher Palmer-Richez committed Aug 5, 2024
1 parent 9ff8dc3 commit dcc8a42
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
needs:
- build-docs
steps:
- uses: actions/download-artifact@v4
with:
name: ${{ needs.build-docs.outputs.artifact-name }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit dcc8a42

Please sign in to comment.