diff --git a/.github/workflows/latexdiff.yml b/.github/workflows/latexdiff.yml index edeb474..aa18ed5 100644 --- a/.github/workflows/latexdiff.yml +++ b/.github/workflows/latexdiff.yml @@ -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: |