Skip to content

Commit 8c34149

Browse files
committed
fix release action?
1 parent 8541e61 commit 8c34149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Github Action for LaTeX
1515
uses: xu-cheng/latex-action@v4

.github/workflows/release_slides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
work_in_root_file_dir: true
3434
root_file: "lectures/${{ env.SUBJECT }}/slides_handout.tex"
3535
env:
36-
TEXINPUTS: ".:../latex-support//:./latex-support//:"
36+
TEXINPUTS: ".:../../latex-support//:./latex-support//:"
3737

3838
- name: Rename output PDF
3939
run: |

0 commit comments

Comments
 (0)