-
Notifications
You must be signed in to change notification settings - Fork 518
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
WIP: Dockerized pdf build in Github Actions #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve the git commit message.
See https://chris.beams.io/posts/git-commit/
Issue when replacing the release asset (see: https://github.com/ekangmonyet/lkmpg/actions/runs/1087205429) Update: |
03a8b2d
to
f1b17e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fillename ".github/workflows/main.yml" is not so meaningful. Revise it.
c224380
to
2bd40e7
Compare
Change filename from |
Add a new Github Action to build and release the pdf file after every push to master. Using texlive/texlive docker image for reproducibility and also forward compability with tools like make4ht for future builds. Progress sysprog21#27 - Reproducible TeX build environment using Docker
Thank @ekangmonyet for contributing! I amended the commit message slightly. |
Build and release a pdf after every push to master using texlive/texlive docker image.
This PR is meant to be scope limited to serve as a foundation for #15 and #25.