Skip to content

Commit

Permalink
Update check-website-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Oct 30, 2023
1 parent daeda59 commit f8f0a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest

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"

0 comments on commit f8f0a14

Please sign in to comment.