Skip to content

clear sites

clear sites #4

Workflow file for this run

on:
push:
branches:
- main # Set the branch you want to trigger the workflow on
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
name: Check markdown links
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: ./docs/**
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue