Update latexdiff.yml
This commit is contained in:
6
.github/workflows/latexdiff.yml
vendored
6
.github/workflows/latexdiff.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
- name: Generate diff.tex using latexdiff
|
||||
run: |
|
||||
latexdiff diff_output/base_flat.tex diff_output/compare_flat.tex > diff_output/diff.tex
|
||||
|
||||
- name: Upload flattened .tex and diff.tex early
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -71,7 +72,10 @@ jobs:
|
||||
diff_output/base_flat.tex
|
||||
diff_output/compare_flat.tex
|
||||
diff_output/diff.tex
|
||||
|
||||
|
||||
- name: Copy thesis.cls to diff_output
|
||||
run: cp compare/latex/thesis.cls diff_output/
|
||||
|
||||
- name: Compile diff.tex to PDF
|
||||
working-directory: diff_output
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user