diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 4d736e77..ffb508b5 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -22,7 +22,7 @@ jobs: with: fail: false # Configuration is now specified in lychee.toml file - args: **/*.html + args: "**/*.html" - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 uses: peter-evans/create-issue-from-file@v5