script to copy PDF to gh-pages.
This commit is contained in:
parent
860bc16346
commit
84c16e1533
8
update_pdf.sh
Normal file
8
update_pdf.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user