script to copy PDF to gh-pages.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user