We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f91e3 commit 211d261Copy full SHA for 211d261
.github/workflows/build-book.yml
@@ -31,7 +31,7 @@ jobs:
31
cd book
32
curl -L https://raw.githubusercontent.com/aslushnikov/latex-online/master/util/latexonline > laton && chmod 755 laton
33
ls -l
34
- laton book.tex
+ ./laton book.tex
35
36
# Add possible changes
37
cd ../autogen
0 commit comments