Při deployi vyrob dokumentaci
This commit is contained in:
parent
a184871bf9
commit
25fcddfba8
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@ safe_checkout_branch "$BRANCH"
|
|||
# Teď máme správnou větev, jdeme vše nainstalovat
|
||||
install_everything
|
||||
systemctl --user restart mamweb-test.service
|
||||
|
||||
# Build dokumentace
|
||||
ensure_venv
|
||||
(
|
||||
cd docs
|
||||
make html
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue