deploy.sh: make doc before deploying
Also show rsync progress.
This commit is contained in:
parent
73350e4284
commit
f18f5e0fbb
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -a --delete build/doc/html/ 'web@shione.vermwa.re:'
|
||||
set -eu
|
||||
|
||||
cd -- build
|
||||
make doc
|
||||
rsync -a --delete --progress doc/html/ 'web@shione.vermwa.re:'
|
||||
cd -- ..
|
||||
|
|
Loading…
Reference in a new issue