release: git config --global --add safe.directory /app web: mkdir public && mkdocs build && python -m http.server --directory public 5000