Move workflow broken link check
This commit is contained in:
committed by
Jon Häggblad
parent
3e2009aa9d
commit
a171103a80
@@ -0,0 +1,19 @@
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Broken Link Check
|
||||
uses: technote-space/broken-link-checker-action@v2
|
||||
Reference in New Issue
Block a user