Skip to content

Commit

Permalink
[DON'T MERGE] quick "enable" of full link checker to see if the fix w…
Browse files Browse the repository at this point in the history
…orks
  • Loading branch information
egpbos committed Nov 6, 2023
1 parent 57de60b commit 25520ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
args: --exclude-all-private ${{ steps.changed_files.outputs.all }}
# args: --exclude-all-private ${{ steps.changed_files.outputs.all }}
args: --exclude-all-private
- name: Count broken links
run: |
broken_max=10
Expand Down

0 comments on commit 25520ca

Please sign in to comment.