File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,21 @@ jobs:
34
34
uses : iterative/setup-dvc@68c55926a8ce27c2d4fcf7db61149ee64cf4eeb9 # v1
35
35
with :
36
36
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
52
37
- name : Set up Quarto
53
38
uses : quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
54
39
with :
55
40
tinytex : true
56
- - name : Setup tmate debug session
57
- if : ${{ inputs.debug_enabled == 'true' }}
58
- uses : mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
59
41
- name : Render
60
42
run : |
61
43
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
62
52
- name : Upload artifacts
63
53
uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
64
54
with :
You can’t perform that action at this time.
0 commit comments