mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-21 05:32:43 +00:00
added configuration to deploy documentation to GitHub pages when a release is happening
adapted documentation configuration
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
<sourceDirectory>src/main/docs/asciidoc</sourceDirectory>
|
||||
<sourceDocumentName>main.adoc</sourceDocumentName>
|
||||
<attributes>
|
||||
<revnumber>${project.version}</revnumber>
|
||||
<revdate>${maven.build.timestamp}</revdate>
|
||||
</attributes>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -56,6 +58,7 @@
|
||||
<configuration>
|
||||
<backend>pdf</backend>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<outputFile>documentation.pdf</outputFile>
|
||||
<attributes>
|
||||
<icons>font</icons>
|
||||
<pagenums/>
|
||||
@@ -72,6 +75,7 @@
|
||||
<goal>process-asciidoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputFile>index.html</outputFile>
|
||||
<sourceDirectory>src/main/docs/asciidoc</sourceDirectory>
|
||||
<backend>html</backend>
|
||||
<doctype>book</doctype>
|
||||
|
||||
Reference in New Issue
Block a user