diff --git a/.github/workflows/lint-docs.yml b/.github/workflows/lint-docs.yml index d3a1f777e..26b41bdb7 100644 --- a/.github/workflows/lint-docs.yml +++ b/.github/workflows/lint-docs.yml @@ -37,16 +37,13 @@ jobs: # GitHub Docs) return HTTP errors which Lychee will interpret as # a broken link. # no-progress: do not show progress bar. Recommended for - # non-interactive shells (e.g. for CI) - # inputs: by default (.), this action checks files matching the - # patterns: './**/*.md' './**/*.html' - args: >- - --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" - --no-progress . - fail: true - env: + + + + + # A token is used to avoid GitHub rate limiting. A personal token with - # no extra permissions is enough to be able to check public repos + # extra permissions is enough to be able to check public repos # See: https://github.com/lycheeverse/lychee#github-token GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} .github/workflows/lint-docs.yml \ No newline at end of file