7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
make html
|
|
rm -rf ../../pecan.github.com/docs
|
|
cp -r build/html ../../pecan.github.com/docs
|
|
cd ../../pecan.github.com
|
|
git commit -a -m "Updating documentation."
|
|
git push
|