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 5423299 commit 0e9092bCopy full SHA for 0e9092b
.circleci/config.yml
@@ -60,7 +60,7 @@ commands:
60
rsync -rtv ./ /tmp/repo/ --exclude '.git'
61
- run:
62
name: 📑 Generating list of versions
63
- command: python /build/scripts/version_list.py /tmp/repo
+ command: python /build/scripts/version_list.py /tmp/repo/docs
64
deploy:
65
steps:
66
0 commit comments