Skip to content

Commit

Permalink
Merge pull request #34 from aobolensk/ci-2x
Browse files Browse the repository at this point in the history
Build *.tex files twice
  • Loading branch information
allnes authored Oct 4, 2024
2 parents 16fbccf + 1b119ff commit 69c4773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build
run: |
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
- uses: actions/upload-artifact@v4
with:
name: pdf-linux
Expand All @@ -40,6 +41,7 @@ jobs:
run: |
eval "$(/usr/libexec/path_helper)"
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
- uses: actions/upload-artifact@v4
with:
name: pdf-macos
Expand Down

0 comments on commit 69c4773

Please sign in to comment.