Skip to content

Commit

Permalink
Temp disable upload doc + remove symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
LesTR committed Dec 7, 2020
1 parent 7bb9e67 commit c358333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ legal: ["license-*", "**/license-*"]
scheme: ["scheme/*"]
tools: ["tools/*"]
example: ["example/*"]
documentaion: ["docs/*"]
documentation: ["docs/*"]
maven: ["maven/*"]

core: ["core/*"]
Expand Down
9 changes: 5 additions & 4 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>platform-parent</artifactId>
<groupId>cz.o2.proxima</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -65,7 +65,8 @@
</arguments>
</configuration>
</execution>
<execution>
<!-- @FIXME: temp disabled -->
<!--execution>
<id>deploy-doc</id>
<phase>deploy</phase>
<goals>
Expand All @@ -78,11 +79,11 @@
<argument>deploy</argument>
</arguments>
</configuration>
</execution>
</execution-->
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
</project>
1 change: 0 additions & 1 deletion docs/src/public

This file was deleted.

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@
<exclude>**/src/test/resources/**</exclude>
<exclude>**/src/main/resources/**</exclude>
<exclude>install-jdk.sh</exclude>
<exclude>**/src/themes/**</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit c358333

Please sign in to comment.