Skip to content

Commit bc3b542

Browse files
ci(manuscript): remove unnecessary commands
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent c0c03ce commit bc3b542

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/manuscript.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,18 @@ jobs:
4646
- name: Render
4747
run: |
4848
make -C reproducibility/manuscript render
49-
ls -alh reproducibility/manuscript/
5049
- name: Compute diff
5150
# if: ${{ inputs.diff_enabled == 'true' }}
5251
continue-on-error: true
5352
run: |
5453
export PATH="/home/runner/.TinyTeX/bin/x86_64-linux:$PATH"
5554
tlmgr install git-latexdiff latexdiff latexpand
5655
make -C reproducibility/manuscript latexdiff
57-
ls -alh reproducibility/manuscript/
5856
- name: Upload artifacts
5957
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
6058
with:
6159
name: manuscript-${{ github.ref_name }}-${{ github.sha }}
6260
path: |
63-
"reproducibility/manuscript/manuscript.*"
64-
"reproducibility/manuscript/v2*.*"
61+
reproducibility/manuscript/manuscript.*
62+
reproducibility/manuscript/v2*.*
63+
reproducibility/manuscript/*.bib

0 commit comments

Comments
 (0)