Skip to content

Update check-website-links.yml #3

Update check-website-links.yml

Update check-website-links.yml #3

name: Check website links
on:
workflow_dispatch:
jobs:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/check-website-links.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-website-links.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- name: Check for broken links
id: link-report
uses: elliotforbes/broken-link-checker@1.0.2
with:
url: "https://ideas-productivity.github.io/"
cmd_params: "--buffer-size=8192 --max-connections=10 --color=always --verbose"