Skip to content

Commit

Permalink
Fixes the wrong phase
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba committed Nov 15, 2024
1 parent 846aa08 commit c776475
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,7 @@
<goals>
<goal>site</goal>
</goals>
<!-- select the Maven phase in which the plugin will be executed -->
<phase>site-deploy</phase>
<configuration>
<server>github</server>
<message>Building site for my project</message>
<merge>true</merge>
</configuration>
<phase>sitey</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit c776475

Please sign in to comment.