Skip to content

Commit

Permalink
Don't deploy site during a release build
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent 0d456a3 commit cee1644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<configuration>
<!-- During release:perform, enable the "release" profile -->
<releaseProfiles>release</releaseProfiles>
<goals>deploy site:site site:deploy</goals>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cee1644

Please sign in to comment.