Skip to content

Commit

Permalink
Merge pull request dastergon#102 from tuxinaut/master
Browse files Browse the repository at this point in the history
Set timeout for Lychee Link Checker to 120 seconds
  • Loading branch information
dastergon authored Apr 5, 2021
2 parents 019dd70 + 1dee1f7 commit a19de64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --timeout 60 --no-progress *.md
args: --verbose --timeout 120 --no-progress *.md

- name: Create Issue From File
if: ${{ steps.lychee.outputs.exit_code != 0 }}
Expand Down

0 comments on commit a19de64

Please sign in to comment.