From 584330659810c2cf88a1486b99083a0df9a9f8d8 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 15 Feb 2015 09:04:30 -0800 Subject: [PATCH] added a pull before the push --- pdf/update_pdf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdf/update_pdf.sh b/pdf/update_pdf.sh index fda189a..e611937 100755 --- a/pdf/update_pdf.sh +++ b/pdf/update_pdf.sh @@ -1,6 +1,7 @@ #! /bin/bash cd .. git checkout gh-pages +git pull git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf git checkout master README.md git add Kalman_and_Bayesian_Filters_in_Python.pdf