mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-13 00:38:42 +00:00
6 lines
186 B
Bash
6 lines
186 B
Bash
|
#!/bin/bash -e
|
||
|
./compile-doxygen.sh
|
||
|
cd ../docs
|
||
|
scp doxygen.tgz htmlpurifier.org:/home/ezyang/htmlpurifier.org
|
||
|
ssh htmlpurifier.org "cd /home/ezyang/htmlpurifier.org && ./reload-docs.sh"
|