From bc3b54213c1640f9ee94802ca59429f267141a47 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Thu, 22 Aug 2024 14:51:10 -0400 Subject: [PATCH] ci(manuscript): remove unnecessary commands Signed-off-by: Cameron Smith --- .github/workflows/manuscript.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manuscript.yaml b/.github/workflows/manuscript.yaml index 68b5522d9..178db6b61 100644 --- a/.github/workflows/manuscript.yaml +++ b/.github/workflows/manuscript.yaml @@ -46,7 +46,6 @@ jobs: - name: Render run: | make -C reproducibility/manuscript render - ls -alh reproducibility/manuscript/ - name: Compute diff # if: ${{ inputs.diff_enabled == 'true' }} continue-on-error: true @@ -54,11 +53,11 @@ jobs: export PATH="/home/runner/.TinyTeX/bin/x86_64-linux:$PATH" tlmgr install git-latexdiff latexdiff latexpand make -C reproducibility/manuscript latexdiff - ls -alh reproducibility/manuscript/ - name: Upload artifacts uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 with: name: manuscript-${{ github.ref_name }}-${{ github.sha }} path: | - "reproducibility/manuscript/manuscript.*" - "reproducibility/manuscript/v2*.*" + reproducibility/manuscript/manuscript.* + reproducibility/manuscript/v2*.* + reproducibility/manuscript/*.bib