We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3ecad commit ec6d278Copy full SHA for ec6d278
.github/workflows/build-book.yml
@@ -23,7 +23,7 @@ jobs:
23
ls -l
24
# Use latexonline to build latest version
25
cd autogen
26
- curl https://raw.githubusercontent.com/aslushnikov/latex-online/master/util/latexonline -o AssumptionsOfPhysicsDraft.pdf
+ curl https://latexonline.cc/compile?git=https%3A%2F%2Fgithub.com%2Fassumptionsofphysics%2Fbook&target=book.tex&command=pdflatex&trackId=1505754735843 -o AssumptionsOfPhysicsDraft.pdf
27
28
git add AssumptionsOfPhysicsDraft.pdf
29
# Commit and push only if there were changes
0 commit comments