diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-links.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 4ea3833..9d02486 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -38,6 +38,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false + args: './result/**/*.html' - name: Save lychee cache uses: actions/cache/save@v4 if: always() |
