mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
TravisCI: include pages of all languages in archive (PR #2567)
This commit is contained in:
parent
7a68477df4
commit
6bfdbef312
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function build_archive {
|
||||||
rm -f $TLDR_ARCHIVE
|
rm -f $TLDR_ARCHIVE
|
||||||
|
|
||||||
cd $TLDRHOME/
|
cd $TLDRHOME/
|
||||||
zip -r $TLDR_ARCHIVE pages/ LICENSE.md
|
zip -r $TLDR_ARCHIVE pages*/ LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
function upload_assets {
|
function upload_assets {
|
||||||
|
|
Loading…
Add table
Reference in a new issue