diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index eff16d3c..6afdecb4 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -12,8 +12,8 @@ jobs: id: lychee env: GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} - with: - args: ${{ steps.changed_files.outputs.all }} + # with: + # args: ${{ steps.changed_files.outputs.all }} - name: Count broken links run: | broken_max=10