script to copy PDF to gh-pages.

This commit is contained in:
Roger Labbe 2015-01-12 19:06:13 -08:00
parent 860bc16346
commit 84c16e1533

8
update_pdf.sh Normal file
View File

@ -0,0 +1,8 @@
#! /bin/bash
git checkout gh-pages
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
git add Kalman_and_Bayesian_Filters_in_Python.pdf
git commit -m 'updating PDF'
git push
git checkout master