diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index b558104bba..043b7c800e 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -1,15 +1,13 @@ +name: Broken Link Check on: schedule: - cron: "0 0 * * *" # daily repository_dispatch: # run manually types: [check-link] - env: TARGET: https://nymtech.net/docs/ RECURSIVE: true ASSIGNEES: mfahampshire - -name: Broken Link Check jobs: check: name: Broken Link Check