UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
10 stars 8 forks source link

Consider no rebuild on push to `production` #351

Closed trevorcampbell closed 3 weeks ago

trevorcampbell commented 3 weeks ago

Rather than rebuilding the material off the production branch (which could result in changes from the dev version) perhaps we should just copy whatever is in dev/ to the root of the gh-pages branch (and then delete everything else). That way dev serves as a stable staging area for the new production version.