Update latexdiff.yml
This commit is contained in:
8
.github/workflows/latexdiff.yml
vendored
8
.github/workflows/latexdiff.yml
vendored
@@ -67,12 +67,12 @@ jobs:
|
||||
- name: Copy thesis.cls to diff_output
|
||||
run: cp compare/latex/thesis.cls diff_output/
|
||||
|
||||
- name: Copy chapter/img into diff_output
|
||||
- name: Copy chapters/img into diff_output
|
||||
run: |
|
||||
# Create the same chapter/img path inside diff_output
|
||||
mkdir -p diff_output/chapter/img
|
||||
# Create the same chapters/img path inside diff_output
|
||||
mkdir -p diff_output/chapters/img
|
||||
# Copy all images from compare branch into diff_output
|
||||
cp -R compare/latex/chapter/img/* diff_output/chapter/img/
|
||||
cp -R compare/latex/chapters/img/* diff_output/chapters/img/
|
||||
|
||||
- name: Copy .bib files into diff_output
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user