Skip to content

Commit

Permalink
Increase Lychee timeout (#214)
Browse files Browse the repository at this point in the history
Increase Lychee timeout
  • Loading branch information
poshul authored Nov 6, 2023
1 parent 2b851d8 commit c7cc5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
args: --cache --max-cache-age 1d './**/*.html'
args: --cache --max-cache-age 1d './**/*.html' --timeout 40

# upload html
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c7cc5a1

Please sign in to comment.