Skip to content

Monitor Docs

Monitor Docs #169

name: Monitor Docs
# Controls when the action will run.
on:
# Triggers the workflow every monday at 9 am MT
schedule:
- cron: "0 15 * * 1"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: Monitor Links
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'