Skip to content

Commit

Permalink
ci(manuscript): remove unnecessary commands
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 22, 2024
1 parent c0c03ce commit bc3b542
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/manuscript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,18 @@ 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
run: |
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

0 comments on commit bc3b542

Please sign in to comment.