We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfce74a commit 094695cCopy full SHA for 094695c
1 file changed
scripts/publish_api_docs_android.sh
@@ -91,7 +91,7 @@ copyDocumentsToDocsFolders() {
91
for fullPath in `find $GENERATED_DOCS_FOLDER -type d -maxdepth 1 -mindepth 1 | grep $DOCS_PREFIX` ; do
92
docsDirectory=`basename $fullPath`
93
targetDirectory=$PATH_TO_REPO/$docsDirectory/$VERSION_NUMBER
94
- mkdir $targetDirectory
+ mkdir -p $targetDirectory
95
cp -r $fullPath/javadoc/. $targetDirectory
96
done
97
}
0 commit comments