Skip to content

Commit 0706ab6

Browse files
ci(manuscript): run latexdiff after render
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent f0547ac commit 0706ab6

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.github/workflows/manuscript.yaml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,21 @@ jobs:
3434
uses: iterative/setup-dvc@68c55926a8ce27c2d4fcf7db61149ee64cf4eeb9 # v1
3535
with:
3636
version: "3.53.2"
37-
- name: Download figures
38-
run: |
39-
make -C reproducibility/manuscript figures-download
40-
- name: Compute diff
41-
# if: ${{ inputs.diff_enabled == 'true' }}
42-
continue-on-error: false
43-
uses: xu-cheng/texlive-action@3586544d56723b23ab69aec1e9d73e7220d9c313 # v2
44-
with:
45-
scheme: full
46-
run: |
47-
apk add make
48-
git config --global --add safe.directory "${{ github.workspace }}/**"
49-
git config --global --add safe.directory "${{ github.workspace }}"
50-
git config --global --add safe.directory "${{ github.workspace }}/.git"
51-
make -C reproducibility/manuscript latexdiff
5237
- name: Set up Quarto
5338
uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
5439
with:
5540
tinytex: true
56-
- name: Setup tmate debug session
57-
if: ${{ inputs.debug_enabled == 'true' }}
58-
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
5941
- name: Render
6042
run: |
6143
make -C reproducibility/manuscript render
44+
- name: Setup tmate debug session
45+
# if: ${{ inputs.debug_enabled == 'true' }}
46+
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
47+
- name: Compute diff
48+
# if: ${{ inputs.diff_enabled == 'true' }}
49+
continue-on-error: true
50+
run: |
51+
make -C reproducibility/manuscript latexdiff
6252
- name: Upload artifacts
6353
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
6454
with:

0 commit comments

Comments
 (0)