Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions to build pdfs #38

Closed
FranklinChen opened this issue May 12, 2022 · 3 comments · Fixed by #39
Closed

Use GitHub Actions to build pdfs #38

FranklinChen opened this issue May 12, 2022 · 3 comments · Fixed by #39

Comments

@FranklinChen
Copy link

I'm currently having problems building the pdfs with make all, as LaTeX is going into an infinite loop. (This was not the case several days ago.) So it would probably be a good idea to use GitHub Actions to test building the pdfs and ensure a reproducible build.

@oetiker
Copy link
Owner

oetiker commented May 12, 2022

the new stuff only works if you have a current texlive (2022) installed ... but yes github actions is a good idea ... will look into it

@FranklinChen
Copy link
Author

I do have texlive 2022 installed.

It turns out I wasn't patient enough. The build took a very long time and I initially misinterpreted some output as indicating an infinite loop of failure but I was wrong. The build works.

@marcin-serwin
Copy link
Contributor

marcin-serwin commented May 13, 2022

The first build is now slow because some examples are standalone PDFs, so LaTeX is started several times to produce them. These PDFs are cached so subsequent builds should be much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants