diff --git a/.github/workflows/check-website-links.yml b/.github/workflows/check-website-links.yml index cf69470..478f56c 100644 --- a/.github/workflows/check-website-links.yml +++ b/.github/workflows/check-website-links.yml @@ -6,11 +6,10 @@ on: jobs: build: runs-on: ubuntu-latest - + steps: - name: Check for broken links id: link-report uses: elliotforbes/broken-link-checker@1.0.2 with: url: "https://ideas-productivity.github.io/" - cmd_params: "--buffer-size=8192 --max-connections=10 --color=always --verbose"