gitea latex workflow: full github path to latex action
Some checks failed
Build LaTeX document / build_latex (push) Failing after 6s
Some checks failed
Build LaTeX document / build_latex (push) Failing after 6s
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v3
|
uses: https://github.com/xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
root_file: Main.tex
|
root_file: Main.tex
|
||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
|
|||||||
Reference in New Issue
Block a user