release: remove remote docs before replacement

pull/832/head
nick black 4 years ago
parent 54d0420161
commit 92fb1647bc
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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

Loading…
Cancel
Save