This is the source of the Vavr documentation.
-
Ensure
~/.gradle/gradle.propertiesexists with:githubUser=<GitHub user> githubPassword=<GitHub password>
-
Update the version in
gradle.properties. Please note that the version in the Maven section ofgetting_started.adoccurrently has to be updated manually. -
Write documentation and test results with
./gradlew asciidoc. If the Vavr API has changed, some code example tests might fail. -
Then
git commit,git pushand./gradlew publishGhPages -
Nowadays,
githubPasswordeffectively means a token and not the actual password!