Skip to content

Commit e45c908

Browse files
committed
👷 Link 1.7→1.8 YAML file for sphinx
1 parent 8a16947 commit e45c908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)