Clopen-Analysis / latex

The LaTeX files used for Clopen Analysis.
7 stars 2 forks source link

Set up GitHub Actions for builds #10

Closed v-- closed 3 years ago

v-- commented 3 years ago

I assume this is related to #4. Like I promised, I set up a GitHub Action for building PDFs so that they do not have to be included in the repository. I know that there are a lot of moving bits but I tried to do it without much assumptions. Here are some highlights:

Of course, this can be easily extended to other formats by changing only the makefile and the actions file.

I haven't really discussed this with any of you so feel free to comment/request changes on any of this.

v-- commented 3 years ago

@abackus In order for the project to have a landing page like the one linked in the pull-request, somebody (I guess you) should enable GitHub Pages in the project setting and point it to the automated_website_build branch. The URL should then be something like https://clopen-analysis.github.io/latex.

qwinters commented 3 years ago

thanks @v-- for setting this up!!