Skip to content

Commit 69c4773

Browse files
authored
Merge pull request #34 from aobolensk/ci-2x
Build *.tex files twice
2 parents 16fbccf + 1b119ff commit 69c4773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Build
2222
run: |
2323
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
24+
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
2425
- uses: actions/upload-artifact@v4
2526
with:
2627
name: pdf-linux
@@ -40,6 +41,7 @@ jobs:
4041
run: |
4142
eval "$(/usr/libexec/path_helper)"
4243
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
44+
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
4345
- uses: actions/upload-artifact@v4
4446
with:
4547
name: pdf-macos

0 commit comments

Comments
 (0)