1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 21:15:25 +02:00
tldr/scripts
Marco Bonelli a188a3a8ca Travis: separate building from deployment.
- Added `-q` to the zip command to create the archive since Travis
  was having trouble handling its very long output (thus making
  the build fail).
- Moved the actual building of the index and the archive from
  deploy.sh to a new build.sh script.
- Added a `script` step in .travis.yml to run build.sh after npm
  test.
- Specified a clone depth of 1 in .travis.yml to make things faster
  since we don't need to do any git operation during the build.
2019-07-11 17:01:05 +05:30
..
pdf
build-index.js build-index: add error check, fix regexp typo 2019-04-03 17:21:57 +05:30
build.sh Travis: separate building from deployment. 2019-07-11 17:01:05 +05:30
deploy.sh Travis: separate building from deployment. 2019-07-11 17:01:05 +05:30
id_ed25519_tldr_asset_upload.enc
send_to_bot.py