Skip to content

Commit

Permalink
Only check outbound links
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen committed Oct 3, 2024
1 parent 5fdf592 commit 263a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: lycheeverse/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --verbose ${{ steps.changed-files.outputs.all_changed_files }}
args: --scheme "https,http" --verbose ${{ steps.changed-files.outputs.all_changed_files }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 263a962

Please sign in to comment.