From 6bfdbef3122289f56b5ac2c052a275b1deba07b8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Nov 2018 15:27:04 +0530 Subject: [PATCH] TravisCI: include pages of all languages in archive (PR #2567) --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 6eed8b137..39a377067 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -25,7 +25,7 @@ function build_archive { rm -f $TLDR_ARCHIVE cd $TLDRHOME/ - zip -r $TLDR_ARCHIVE pages/ LICENSE.md + zip -r $TLDR_ARCHIVE pages*/ LICENSE.md } function upload_assets {