1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 10:18:00 +01:00

TravisCI: include pages of all languages in archive (PR #2567)

This commit is contained in:
Arun Isaac 2018-11-09 15:27:04 +05:30 committed by Waldir Pimenta
parent 7a68477df4
commit 6bfdbef312

View file

@ -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 {