diff --git a/.github/workflows/check-website-links.yml b/.github/workflows/check-website-links.yml new file mode 100644 index 0000000..26bd491 --- /dev/null +++ b/.github/workflows/check-website-links.yml @@ -0,0 +1,15 @@ +name: Check website links + +on: + workflow_dispatch: + +broken_link_checker_job: + runs-on: ubuntu-latest + name: Check for broken links + 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"