We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f24cfa commit 6b28205Copy full SHA for 6b28205
.github/workflows/ci-cd.yml
@@ -175,7 +175,7 @@ jobs:
175
- name: Check Links
176
uses: lycheeverse/lychee-action@v2.7.0
177
with:
178
- args: ${{ github.workspace }}/dist --config ${{ github.workspace }}/lychee.toml --root-dir ${{ github.workspace }}/dist
+ args: ${{ github.workspace }}/dist --config ${{ github.workspace }}/lychee.toml --root-dir ${{ github.workspace }}/dist --verbose
179
debug: true
180
# Fail the pipeline if broken links are found
181
fail: true
0 commit comments