File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 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
+ make -C reproducibility/manuscript latexdiff
37
50
- name : Set up Quarto
38
51
uses : quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
39
52
with :
44
57
- name : Render
45
58
run : |
46
59
make -C reproducibility/manuscript render
47
- - name : Compute diff
48
- # if: ${{ inputs.diff_enabled == 'true' }}
49
- continue-on-error : true
50
- uses : xu-cheng/texlive-action@3586544d56723b23ab69aec1e9d73e7220d9c313 # v2
51
- with :
52
- scheme : full
53
- run : |
54
- apk add make
55
- git config --global --add safe.directory "${{ github.workspace }}"
56
- make -C reproducibility/manuscript latexdiff
57
60
- name : Upload artifacts
58
61
uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
59
62
with :
You can’t perform that action at this time.
0 commit comments