Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.03 KB

Setup for LaTeX

yum:

sudo yum install texlive-collection-latex texlive-parskip texlive-titlesec

apt:

sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2015/tlnet-final
tlmgr install parskip

Setup for GitHub Actions

Need to create a Personal Access Token with repo and user scopes, and store as a secret called GH_TOKEN.

To purge Cloudflare cache, a CLOUDFLARE_ZONE and CLOUDFLARE_TOKEN (with the Cache Purge permission) are also needed.

Other places containing job details