Skip to content

Commit

Permalink
Add linkcheck 134 and an ingorefile (#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Apr 16, 2024
1 parent 92675cc commit 5a4b815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flaw_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run link checker
id: link-check
run: |
npm -g install [email protected].132
npm -g install [email protected].134
markdown_link_checker_sc -r ${{ github.workspace }} -d en -f ./logs/prFiles.json -i assets -u docs.px4.io/main/ > ./logs/errorsFilteredByPrPages.md
mkdir -p ./pr
cp ./logs/errorsFilteredByPrPages.md ./pr/errorsFilteredByPrPages.md
Expand Down
1 change: 1 addition & 0 deletions _link_checker_sc/ignorefile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["en/_summary.md"]

0 comments on commit 5a4b815

Please sign in to comment.