commit 7454faacea85ab82992af12d48e836df5e95b229 parent 2ef3d136f05eece8baf4c2d6de1d3f530b851b6b Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Sat, 10 May 2025 13:02:18 +0900 Update README.md Diffstat:
| M | README.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -3,3 +3,19 @@ This is for composition with LateX. # references https://qiita.com/aaaKUKIaaa/items/e373e2e55f96d8c5c1ed + +# How to use +## GitHub hosted runner +This can work only clone repos on github. +But it runs on release marked `*.*.*`. +## Self hosted runner +For more compile main.tex, you can use self-hosted runner. +Because Free plan has limited time to GitHub hosted runner. +However you have to ready for your own server. +### Self-hosted runner required +This required `curl python3 latexmk lmodern texlive texlive-latex-extra texlive-lang-japanese`. +You have to install before running self-hosted scripts. +### Self-hosted runner setting +Go to Setting tab on your cloned repo. +Settings -> Actions -> runner -> `New self-hosted runner`(green button) +And then you can see how to start self-hosted runner written by github!