We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17635ef commit 8ba0fd8Copy full SHA for 8ba0fd8
.circleci/config.yml
@@ -157,7 +157,7 @@ jobs:
157
name: 🔗 Replace links to `FCP-INDI/master` with versioned links
158
command: |
159
cd /tmp/repo/
160
- python link_to_set_version.py ${BUILD_VERSION}
+ python scripts/link_to_set_version.py ${BUILD_VERSION}
161
- run:
162
name: 🔖 Checking if latest
163
command: if $(python /build/scripts/is_latest.py /tmp/repo/docs); then cp -r /build/docs/${BUILD_VERSION} /build/docs/latest; fi
0 commit comments