8000
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 ef2b86c commit b089c93Copy full SHA for b089c93
build_tools/circle/push_doc.sh
@@ -47,7 +47,14 @@ cp -R $GENERATED_DOC_DIR $dir
47
git config user.email "olivier.grisel+sklearn-ci@gmail.com"
48
git config user.name $USERNAME
49
git config push.default matching
50
-git add -f $dir/
+
51
+# binder folder for requirements needs to be at the root of the repo
52
+if [ -d dev/binder ]; then
53
+ rm -f binder
54
+ ln -s dev/binder
55
+ git add binder
56
+fi
57
58
git commit -m "$MSG" $dir
59
git push
-echo $MSG
60
+echo $MSG
0 commit comments