Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add workflow for compilation and release
Add a simple workflow config that gets triggered based on tags start with `v*`. This workflow compiles the LaTeX document with the root file `main.tex` that generates `main.pdf` according to the default behavior provided in [latex-action]. Then, the release action takes place according to the behavior provided in [action-gh-release] [latex-action]: https://github.com/xu-cheng/latex-action [action-gh-release]: https://github.com/softprops/action-gh-release
- Loading branch information