Skip to content

Commit 6b28205

Browse files
committed
versbose output
Signed-off-by: Alex Le <alex.le@improving.com>
1 parent 3f24cfa commit 6b28205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Check Links
176176
uses: lycheeverse/lychee-action@v2.7.0
177177
with:
178-
args: ${{ github.workspace }}/dist --config ${{ github.workspace }}/lychee.toml --root-dir ${{ github.workspace }}/dist
178+
args: ${{ github.workspace }}/dist --config ${{ github.workspace }}/lychee.toml --root-dir ${{ github.workspace }}/dist --verbose
179179
debug: true
180180
# Fail the pipeline if broken links are found
181181
fail: true

0 commit comments

Comments
 (0)