Skip to content

Commit

Permalink
DON'T MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos committed Nov 7, 2023
1 parent c25e86c commit 4051326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
id: lychee
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
args: -c lychee.toml './**/*.md' './**/*.html'
# ${{ steps.changed_files.outputs.all }}
# with:
# ${{ steps.changed_files.outputs.all }}
- name: Count broken links
run: |
broken_max=10
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
id: lychee
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
args: -c lychee.toml './**/*.md' './**/*.html'
- name: Count broken links
run: |
broken_max=10
Expand Down

0 comments on commit 4051326

Please sign in to comment.