Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.
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"
|