added configuration to deploy documentation to GitHub pages when a release is happening

adapted documentation configuration
This commit is contained in:
Sheldan
2020-06-03 21:52:58 +02:00
parent db8afde7ea
commit 601c4b7121
5 changed files with 43 additions and 12 deletions

View File

@@ -27,13 +27,9 @@
<module>coverage</module>
</modules>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Sheldan/abstracto</url>
</repository>
</distributionManagement>
<properties>
<maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format>
</properties>
<build>