Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin the TeX Live version to 2020 (#21)
Until we get GitHub Containers setup, we end up building the Docker image on every run, which means that the action depends on external servers and services (unfortunately). TeX Live has updated to 2021, which means that the current image base is out of date. Updating Pandoc should also resolve this (by virtue of updating the version of TeX Live in the base image, which we inherit from the Pandoc base image), but in the interim, pin the version of TeX Live to the 2020 repository to reflect what we're doing. Fixes #20
- Loading branch information