This commit is contained in:
Marcin Grzejszczak
2023-09-08 14:14:16 +02:00
parent 52ee0e670e
commit 8e2c0874ab
2 changed files with 9 additions and 5 deletions

10
.gitignore vendored
View File

@@ -15,8 +15,12 @@ src/ant/.ant-targets-upload-dist.xml
*.iws
/.idea/
*.graphml
node
node_modules
node/
package-lock.json
build
_configprops.adoc
_spans.adoc
_metrics.adoc
_conventions.adoc
package.json
.flattened-pom.xml
package-lock.json

View File

@@ -12,12 +12,12 @@ You can build the entire site by invoking the following on the docs-build branch
[source,bash]
----
mvn exec:exec@antora
mvn antora
----
== Building a Specific Branch
[source,bash]
----
mvn exec:exec@antora
mvn antora
----