From 3f2510e6b40cbb9740950f81c0baf36d24db0b5f Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 2 Feb 2015 19:36:00 -0800 Subject: [PATCH] Trying to update README.md on github.io pages. --- pdf/update_pdf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf/update_pdf.sh b/pdf/update_pdf.sh index 6a29ee9..488f275 100644 --- a/pdf/update_pdf.sh +++ b/pdf/update_pdf.sh @@ -2,7 +2,9 @@ cd .. git checkout gh-pages git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf +git checkout README.md git add Kalman_and_Bayesian_Filters_in_Python.pdf +git add README.md git commit -m 'updating PDF' git push git checkout master