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

Set up CI #2

Open
Lipen opened this issue Jul 14, 2022 · 0 comments
Open

Set up CI #2

Lipen opened this issue Jul 14, 2022 · 0 comments

Comments

@Lipen
Copy link
Owner

Lipen commented Jul 14, 2022

We need to set up a CI/CD pipeline with GitHub Actions.

Currently, we use https://latexonline.cc (repo: https://github.com/aslushnikov/latex-online) to render the main PDF, but it uses texlive2020, which is outdated and cannot compile documents with modern packages. For example, tabularray is very old (so is unusable), and hyperref has no unicode support in bookmarks.

Notes:

  • We could test that the project is engine-independent, i.e. compiles with different latex engines: pdfLaTeX, XeLaTeX, tectonic.
  • We could build the documents in different formats (ebook, a4, etc).
  • Resulting PDF(s) (main, and maybe for each chapter) could be uploaded via upload-artifact action.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant