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