Latex template for JRSJ
based on http://www.rsj.or.jp/jrsj/for_authors/stylefile/
latexmkdocker run --rm -v $(pwd):/workspace furushchev/latexlatexmk -C-
Install Travis Command Line Tool
-
Enable Travis
travis enable travis setup releases --force -
After
traviscommand, configuration like below will be appended to.travis.yml.deploy: provider: releases api_key: "GITHUB OAUTH TOKEN" file: main.pdf skip_cleanup: true on: tags: true
NOTE Please make sure you have skip_cleanup and on: tags is true
- Push your tag by
git push --tags. Then you can watch pdf in github releases.