README.md (828B)
1 # latex-template 2 This is for composition with LateX. 3 4 # references 5 https://qiita.com/aaaKUKIaaa/items/e373e2e55f96d8c5c1ed 6 7 # How to use 8 ## GitHub hosted runner 9 This can work only clone repos on github. 10 But it runs on release marked `*.*.*`. 11 ## Self hosted runner 12 For more compile main.tex, you can use self-hosted runner. 13 Because Free plan has limited time to GitHub hosted runner. 14 However you have to ready for your own server. 15 ### Self-hosted runner required 16 This required `curl python3 latexmk lmodern texlive texlive-latex-extra texlive-lang-japanese`. 17 You have to install before running self-hosted scripts. 18 ### Self-hosted runner setting 19 Go to Setting tab on your cloned repo. 20 Settings -> Actions -> runner -> `New self-hosted runner`(green button) 21 And then you can see how to start self-hosted runner written by github!