Commit 6f73b78 1 parent d769d88 commit 6f73b78 Copy full SHA for 6f73b78
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Create logs directory
27
27
run : |
28
- mkdir logs
28
+ mkdir -p logs
29
29
30
30
- name : Get changed english files
31
31
id : get_changed_markdown_english
49
49
id : link-check
50
50
run : |
51
51
52
- markdown_link_checker_sc -r ${{ github.workspace }} -d en -f ./docs/ logs/prFiles.json -i assets -u docs.px4.io/main/ > ./docs /logs/errorsFilteredByPrPages.md
52
+ markdown_link_checker_sc -r ${{ github.workspace }} -d en -f ./logs/prFiles.json -i assets -u docs.px4.io/main/ > ./logs/errorsFilteredByPrPages.md
53
53
mkdir -p ./pr
54
- cp ./docs/ logs/errorsFilteredByPrPages.md ./pr/errorsFilteredByPrPages.md
54
+ cp ./logs/errorsFilteredByPrPages.md ./pr/errorsFilteredByPrPages.md
55
55
56
56
- name : Read errorsFilteredByPrPages.md file
57
57
id : read-errors-by-page
You can’t perform that action at this time.
0 commit comments