Skip to content

Commit a5b3b8c

Browse files
committed
CI: compile more than once
1 parent 44e1a14 commit a5b3b8c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
- name: one-line script
37-
run: echo "Hello, world!"
38-
- name: compile tex
36+
- name: install tex stuff
3937
run: |
4038
ls
4139
pwd
4240
sudo apt-get -y update
43-
# sudo DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
4441
sudo apt-get --no-install-recommends -y install latexmk
42+
- name: compile tex
43+
run: |
44+
pdflatex -halt-on-error -interaction=nonstopmode notes.tex
45+
pdflatex -halt-on-error -interaction=nonstopmode notes.tex
4546
pdflatex -halt-on-error -interaction=nonstopmode notes.tex
47+
echo "Built successfully"

0 commit comments

Comments
 (0)