uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 228 forks source link

Create GitHub Action to automatically run make all #65

Open winstliu opened 4 years ago

winstliu commented 4 years ago

GitHub Actions help automate workflows.

One cumbersome workflow we have is that all our Markdown files are converted to HTML, formatters are run, files are highlighted...

So, this new "publish" action runs on every push to master and calls make all, followed by a push back to master with any changed files.

This actually enables some cool things we could do:

TODO

winstliu commented 4 years ago

example Example commit