Při deployi vyrob dokumentaci

This commit is contained in:
Pavel "LEdoian" Turinsky 2022-11-21 20:18:22 +01:00
parent a184871bf9
commit 25fcddfba8

View file

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