From c848aba9877433d6d4257b129a566c3b178f5865 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Tue, 24 Feb 2026 21:13:59 +0530 Subject: [PATCH] Updated copy command to use recursive flag (cp -rf) to include nested directories. --- update_gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_gh-pages.sh b/update_gh-pages.sh index f0593077f..728a82f47 100755 --- a/update_gh-pages.sh +++ b/update_gh-pages.sh @@ -22,7 +22,7 @@ cp -rf $BUILD/build/selfcontained/javascripts/* $BUILD/killbill-docs/$VERSION/ja mkdir -p $BUILD/killbill-docs/latest $BUILD/killbill-docs/latest/stylesheets $BUILD/killbill-docs/latest/javascripts # This will also copy the manually generated files (*.xsd, ddl.sql) -cp -f $BUILD/killbill-docs/$VERSION/* $BUILD/killbill-docs/latest/ +cp -rf $BUILD/killbill-docs/$VERSION/* $BUILD/killbill-docs/latest/ cp -rf $BUILD/killbill-docs/$VERSION/stylesheets/* $BUILD/killbill-docs/latest/stylesheets/ cp -rf $BUILD/killbill-docs/$VERSION/javascripts/* $BUILD/killbill-docs/latest/javascripts/