Skip to content

Check for broken links #11

Check for broken links

Check for broken links #11

Workflow file for this run

---
name: Check for broken links
on:
schedule:
- cron: "1 1 * * 1"
workflow_dispatch:
# NOTE: entry below disabled due to github api limitations
# workflow_run:
# workflows: ["Deploy Jekyll site to Pages"]
# types:
# - completed
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: install muffet
env:
URL: raviqqe/muffet
GREP_SCHEME: "Linux_x86_64"
TARGET_FOLDER: /home/.local/bin
run: |
sudo mkdir -p ${TARGET_FOLDER}
curl https://raw.githubusercontent.com/triole/ghwfe/master/sh/install_from_github.sh | bash
- name: run the test
env:
TARGET_FOLDER: /home/.local/bin
run: |
${TARGET_FOLDER}/muffet -t 60 -b 16384 --skip-tls-verification \
-e "\.(mkv|mp4|mpg|pdf)$" \
-e "#" \
-e "cdlib\.org" \
-e "ipk-gatersleben" \
https://rdmorganiser.github.io