Skip to content

wp-static-clone: parameterise asset roots in rewrite-paths #64

wp-static-clone: parameterise asset roots in rewrite-paths

wp-static-clone: parameterise asset roots in rewrite-paths #64

Workflow file for this run

name: Link Check
on:
workflow_dispatch:
push:
branches: [main]
paths: ['**/*.md']
pull_request:
branches: [main]
paths: ['**/*.md']
# Run weekly to catch link rot
schedule:
- cron: '0 9 * * 1'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: --no-progress './**/*.md'
fail: true