Skip to content

Commit 0e9092b

Browse files
committed
🚚 Fix path to version list
1 parent 5423299 commit 0e9092b

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
@@ -60,7 +60,7 @@ commands:
6060
rsync -rtv ./ /tmp/repo/ --exclude '.git'
6161
- run:
6262
name: 📑 Generating list of versions
63-
command: python /build/scripts/version_list.py /tmp/repo
63+
command: python /build/scripts/version_list.py /tmp/repo/docs
6464
deploy:
6565
steps:
6666
- run:

0 commit comments

Comments
 (0)