chore: update workflows
This commit is contained in:
parent
6c928d25e9
commit
d91913b3fa
1 changed files with 0 additions and 21 deletions
21
.github/workflows/scheduled-link-checker.yaml
vendored
21
.github/workflows/scheduled-link-checker.yaml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: Broken link check
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
schedule:
|
|
||||||
- cron: '0 13 * * 6'
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check links on site
|
|
||||||
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
|
||||||
with:
|
|
||||||
website_url: 'https://coryd.dev'
|
|
||||||
include_url_prefix: 'https'
|
|
||||||
exclude_url_prefix: 'mailto,https://cdn.coryd.dev,https://make.com,https://lakers.com'
|
|
||||||
verbose: 'true'
|
|
||||||
max_retry_time: 30
|
|
||||||
max_retries: 5
|
|
Reference in a new issue