Skip to content

Commit

Permalink
skip dashboard.pimlico.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Sep 15, 2024
1 parent e2c1543 commit 9c8fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm install -g [email protected]

- name: Check links
run: linkinator https://docs.pimlico.io https://pimlico.io -r --retry --format json --skip api.pimlico.io --concurrency 5 > links-report.json
run: linkinator https://docs.pimlico.io https://pimlico.io -r --retry --format json --skip api.pimlico.io --skip dashboard.pimlico.io --concurrency 5 > links-report.json

- name: Prepare report
id: prepare-report
Expand Down

0 comments on commit 9c8fa22

Please sign in to comment.