diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:11:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:11:28 -0800 |
| commit | 4f734f47e4e0f667e9b95c8542c2822bf338869c (patch) | |
| tree | b12b4c58b043dbc9362cad1160de3139fa9aacca | |
| parent | fix link to repo (diff) | |
| download | fcuny.net-4f734f47e4e0f667e9b95c8542c2822bf338869c.tar.gz | |
specify correct path to scan for broken links
Diffstat (limited to '')
| -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() |
