Skip to content

Commit d44b432

Browse files
committed
testing latex
1 parent 2db8e1c commit d44b432

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ jobs:
2828
check_filenames: true
2929
check_hidden: true
3030
skip: '*.pdf'
31+
32+
compile:
33+
runs-on: pandoc/latex
34+
steps:
35+
- uses: actions/checkout@v4
36+
- pwd
37+
- ls
38+
- pdflatex -halt-on-error -interaction=nonstopmode notes.tex

0 commit comments

Comments
 (0)