We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6d278 commit ee2a550Copy full SHA for ee2a550
.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://latexonline.cc/compile?git=https%3A%2F%2Fgithub.com%2Fassumptionsofphysics%2Fbook&target=book.tex&command=pdflatex&trackId=1505754735843 -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