Skip to content

Commit fc882b9

Browse files
committed
Publish site on deploy
1 parent cd8c793 commit fc882b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
MAVEN_USERNAME: hap-java-dev
3131
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
3232
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
33+
- name: Publish site
34+
run: mvn deploy-site

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<goal>publish-scm</goal>
221221
</goals>
222222
<configuration>
223-
<pubScmUrl>scm:git:git@github.com:hap-java/HAP-Java.git</pubScmUrl>
223+
<pubScmUrl>scm:git:https://github.com/hap-java/HAP-Java.git</pubScmUrl>
224224
<scmBranch>gh-pages</scmBranch>
225225
</configuration>
226226
</execution>
@@ -287,6 +287,8 @@
287287
<version>3.0.1</version>
288288
<configuration>
289289
<excludePackageNames>io.github.hapjava.server.impl</excludePackageNames>
290+
<source>8</source>
291+
<detectJavaApiLink>false</detectJavaApiLink>
290292
</configuration>
291293
<reportSets>
292294
<reportSet>

0 commit comments

Comments
 (0)