Skip to content

Commit 5e51477

Browse files
authored
Merge pull request killbill#655 from vnandwana/v3
Updated copy command to use recursive flag (cp -rf) to include nested directories
2 parents b27b849 + c848aba commit 5e51477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cp -rf $BUILD/build/selfcontained/javascripts/* $BUILD/killbill-docs/$VERSION/ja
2222

2323
mkdir -p $BUILD/killbill-docs/latest $BUILD/killbill-docs/latest/stylesheets $BUILD/killbill-docs/latest/javascripts
2424
# This will also copy the manually generated files (*.xsd, ddl.sql)
25-
cp -f $BUILD/killbill-docs/$VERSION/* $BUILD/killbill-docs/latest/
25+
cp -rf $BUILD/killbill-docs/$VERSION/* $BUILD/killbill-docs/latest/
2626
cp -rf $BUILD/killbill-docs/$VERSION/stylesheets/* $BUILD/killbill-docs/latest/stylesheets/
2727
cp -rf $BUILD/killbill-docs/$VERSION/javascripts/* $BUILD/killbill-docs/latest/javascripts/
2828

0 commit comments

Comments
 (0)