File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 39
39
- checkout
40
40
- setup_aws_credentials
41
41
- write_env_variables
42
+ - run :
43
+ name : Validate redirects
44
+ command : |
45
+ if [ -f "$HOME/project/redirects.json" ]; then
46
+ python -mjson.tool "$HOME/project/redirects.json" > /dev/null
47
+ fi
42
48
- run :
43
49
name : Validate and build documentation
44
50
command : |
Original file line number Diff line number Diff line change 1
1
{
2
- "reference/mesh-tech.html" : " /reference/6LoWPAN-ND-tech.html"
3
- "tools/windows.html" : " tools/installation-and-setup.html"
4
- "tools/macos.html" : " tools/installation-and-setup.html"
5
- "tools/linux.html" : " tools/manual-installation.html"
6
- "tools/after-installation-configuring-mbed-cli.html" : " tools/manual-installation.html"
7
- "tools/reference-working-with-mbed-config.html" : " tools/configuration-options.html"
2
+ "reference/mesh-tech.html" : " /reference/6LoWPAN-ND-tech.html" ,
3
+ "tools/windows.html" : " tools/installation-and-setup.html" ,
4
+ "tools/macos.html" : " tools/installation-and-setup.html" ,
5
+ "tools/linux.html" : " tools/manual-installation.html" ,
6
+ "tools/after-installation-configuring-mbed-cli.html" : " tools/manual-installation.html" ,
7
+ "tools/reference-working-with-mbed-config.html" : " tools/configuration-options.html" ,
8
8
"tutorials/mbed-usb-wav-audio-player.html" : " tutorials/usb-wav-audio-player.html"
9
9
}
You can’t perform that action at this time.
0 commit comments