Skip to content

Commit 8ba0fd8

Browse files
committed
fixup! 🤝 Merge branch 'source' of github.com:FCP-INDI/fcp-indi.github.com into source
1 parent 17635ef commit 8ba0fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
name: 🔗 Replace links to `FCP-INDI/master` with versioned links
158158
command: |
159159
cd /tmp/repo/
160-
python link_to_set_version.py ${BUILD_VERSION}
160+
python scripts/link_to_set_version.py ${BUILD_VERSION}
161161
- run:
162162
name: 🔖 Checking if latest
163163
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

Comments
 (0)