pydy / pydy.github.io.src

The source files for the PyDy.org website.
1 stars 5 forks source link

Automate build #4

Open gilbertgede opened 9 years ago

gilbertgede commented 9 years ago

Right now, source changes are made to this repository, and the output has to manually copied to the pydy.github.io repo. We should automate this and make sure the .nojekyll file and CNAME files are transferred.

moorepants commented 9 years ago

From @asmeurer:

Cool. You can see what I do at https://github.com/conda/conda-docs/blob/master/update-gh-pages.sh to automatically update the conda website and docs with Travis. It's based on the one SymPy uses. Be warned that getting this right is extremely annoying because you have to constantly push to master to get Travis to build things to test it. But maybe my script will just work if you follow the instructions.