We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4db22 commit c6f91e3Copy full SHA for c6f91e3
.github/workflows/build-book.yml
@@ -30,6 +30,7 @@ jobs:
30
# Use latexonline to build latest version
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
35
ls -l
36
# Add possible changes
0 commit comments