ucsb-cs-course-repos / ucsb-cs-course-repos.github.io

Documentation for UCSB CS course repo format
https://ucsb-cs-course-repos.github.io/
MIT License
0 stars 1 forks source link

Refactor the ./setup.sh and ./jekyll.sh scripts #3

Open pconrad opened 5 years ago

pconrad commented 5 years ago

If you look at the way that travis_ci runs Jekyll, it becomes clear that the ./setup.sh script isn't really needed. That logic can be folded into ./jekyll.sh so that only one script is needed.

This makes the maintenance burden a lot easier.