mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
d7b3117678
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
#!/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"
|