Some people still want a PDF of all course materials.
JupyterBook supports building PDFs with pdflatex. And there are Docker images available for TexLive (like danteev/texlive), which may be easier to build a GitHub Action on top of than trying to install TexLive (~3GB) on each build. There are no Actions to specifically build JupyterBooks to PDF.
Some people still want a PDF of all course materials.
JupyterBook supports building PDFs with
pdflatex. And there are Docker images available for TexLive (like danteev/texlive), which may be easier to build a GitHub Action on top of than trying to install TexLive (~3GB) on each build. There are no Actions to specifically build JupyterBooks to PDF.