config deploy to github
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-21 22:05:51 +08:00
parent c8ad808a0b
commit d968f97d68
4 changed files with 72 additions and 54 deletions

View File

@@ -47,6 +47,15 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
<message/>
</configuration>
</plugin>
</plugins>
</build>
</project>