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 7, 2023
1 parent a8f60f8 commit fb49026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: -c lychee.toml './**/*.md' './**/*.html'
# ${{ steps.changed_files.outputs.all }}
- name: Count broken links
run: |
broken_max=10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
args: --exclude-all-private
args: -c lychee.toml './**/*.md' './**/*.html'
- name: Count broken links
run: |
broken_max=10
Expand Down

0 comments on commit fb49026

Please sign in to comment.