Skip to content

Commit c848aba

Browse files
committed
Updated copy command to use recursive flag (cp -rf) to include nested directories.
1 parent b27b849 commit c848aba

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)