File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ commands:
2828 steps :
2929 - run :
3030 name : 🖇️ Linking references
31- command : ln $(python -c "import os, CPAC; print(os.path.abspath(os.path.dirname(CPAC.__file__)))")/resources/configs/1.7-1.8-nesting-mappings.yml docs/_sources/references/1.7-1.8-nesting-mappings.yml
31+ command : ln $(python -c "import os, CPAC; print(os.path.abspath(os.path.dirname(CPAC.__file__)))")/resources/configs/1.7-1.8-nesting-mappings.yml docs/_sources/references/1.7-1.8-nesting-mappings.yml || true
3232 run-cpac-commands :
3333 steps :
3434 - setup_remote_docker
@@ -114,6 +114,7 @@ jobs:
114114 - install-build-dependencies :
115115 version : develop
116116 - run-cpac-commands
117+ - link-references
117118 - run :
118119 name : 🏗️ Building nightly branch docs
119120 command : ./bin/build nightly
@@ -130,6 +131,7 @@ jobs:
130131 - install-build-dependencies :
131132 version : ${BUILD_VERSION}
132133 - run-cpac-commands
134+ - link-references
133135 - run :
134136 name : 🏗️ Building version branch docs
135137 command : ./bin/build ${BUILD_VERSION}
You can’t perform that action at this time.
0 commit comments