Skip to content

.github/workflows/deadlink.yml #21

.github/workflows/deadlink.yml

.github/workflows/deadlink.yml #21

Workflow file for this run

on:
schedule:
- cron: "0 5 1 * *"
workflow_dispatch:
jobs:
find_dead_links:
runs-on: ubuntu-latest
name: Deadlink crawler
steps:
- name: Scan learning center
uses: JustFixNYC/[email protected]
with:
site-url: "https://www.justfix.org/en/learn"
token: ${{ secrets.GITHUB_TOKEN }}