File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,18 @@ jobs:
46
46
- name : Render
47
47
run : |
48
48
make -C reproducibility/manuscript render
49
- ls -alh reproducibility/manuscript/
50
49
- name : Compute diff
51
50
# if: ${{ inputs.diff_enabled == 'true' }}
52
51
continue-on-error : true
53
52
run : |
54
53
export PATH="/home/runner/.TinyTeX/bin/x86_64-linux:$PATH"
55
54
tlmgr install git-latexdiff latexdiff latexpand
56
55
make -C reproducibility/manuscript latexdiff
57
- ls -alh reproducibility/manuscript/
58
56
- name : Upload artifacts
59
57
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
60
58
with :
61
59
name : manuscript-${{ github.ref_name }}-${{ github.sha }}
62
60
path : |
63
- "reproducibility/manuscript/manuscript.*"
64
- "reproducibility/manuscript/v2*.*"
61
+ reproducibility/manuscript/manuscript.*
62
+ reproducibility/manuscript/v2*.*
63
+ reproducibility/manuscript/*.bib
You can’t perform that action at this time.
0 commit comments