release: remove remote docs before replacement

This commit is contained in:
nick black 2020-07-26 21:25:34 -04:00
parent 54d0420161
commit 92fb1647bc
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -26,7 +26,8 @@ cd build
cmake -DUSE_DOXYGEN=on ..
make -j
make test
scp html/* qemfd.net:/var/www/notcurses/html/
ssh qemfd.net rm -rf /var/www/notcurses/html
scp -r html qemfd.net:/var/www/notcurses/html
scp *.html ../doc/man/index.html qemfd.net:/var/www/notcurses/
cd ..
rm -rf build