We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15bdbc commit 8541e61Copy full SHA for 8541e61
.github/workflows/latex-build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
14
- name: Github Action for LaTeX
15
- uses: xu-cheng/latex-action@3.2.0
+ uses: xu-cheng/latex-action@v4
16
with:
17
latexmk_use_xelatex: true
18
work_in_root_file_dir: true
.github/workflows/release_slides.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "VERSION=$VERSION" >> $GITHUB_ENV
28
29
- name: Compile LaTeX
30
- uses: xu-cheng/latex-action@v3
31
32
33
0 commit comments