Skip to content

Commit b0f68c4

Browse files
committed
fix: remove verbose
1 parent b767ff2 commit b0f68c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
3838
with:
3939
fail: true
40-
args: --verbose --no-progress --root-dir _site --exclude 'zenodo\.org' _site
40+
args: --no-progress --root-dir _site --exclude 'zenodo\.org' _site
4141
env:
4242
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4343

0 commit comments

Comments
 (0)