Skip to content

Commit

Permalink
Not building the docs for CI builds - changed the env var; fixes gh-239
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jun 27, 2023
1 parent d7f3a8f commit a2e2ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,7 @@
<id>CI</id>
<activation>
<property>
<name>env.CI</name>
<value>true</value>
<name>env.GITHUB_API_URL</name>
</property>
</activation>
<properties>
Expand All @@ -1678,6 +1677,7 @@
<generate-docs.phase>none</generate-docs.phase>
<copy-missing-html-files.phase>none</copy-missing-html-files.phase>
<package-and-attach-docs-zip.phase>none</package-and-attach-docs-zip.phase>
<upload-docs-zip.phase>none</upload-docs-zip.phase>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit a2e2ff9

Please sign in to comment.