Deploy maven site - LivingDocumentation/livingdoc-maven-plugin GitHub Wiki Pre-requisite Open your Maven settings (~/.m2/settings.xml) and add the following server configuration: <server> <id>github</id> <username>YOUR_GITHUB_USERNAME</username> <password>YOUR_PASSWORD</password> </server> Command mvn clean post-site -Pdeploy-site ⚠️ **GitHub.com Fallback** ⚠️