mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 11:35:43 +02:00
fix/scripts: replace build assets symlink with copy (#11205)
This commit is contained in:
parent
4f5f6233a7
commit
a8d6441ad1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function build_translation_archives {
|
||||||
done
|
done
|
||||||
|
|
||||||
cd "$target_directory"
|
cd "$target_directory"
|
||||||
ln -s tldr-pages.zip tldr-pages.en.zip
|
cp -r tldr-pages.zip tldr-pages.en.zip
|
||||||
}
|
}
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue