diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 462063df..c9376d5a 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,7 +25,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: --base ./public + args: --base ./public './**/*.html' - name: Create Issue From File if: env.lychee_exit_code != 0