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 ec591d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
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 ec591d1

Please sign in to comment.