Commit 71de57d 1 parent c27e895 commit 71de57d Copy full SHA for 71de57d
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 7
7
types : [opened, synchronize, reopened]
8
8
jobs :
9
9
build :
10
- name : Build and analyze
10
+ name : Build, analyse, publish
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
33
33
- name : Build and analyze
34
34
env :
35
35
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36
- run : mvn -B -Puber-jar verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=micycle1_PTS
36
+ run : mvn -B -Puber-jar verify javadoc:javadoc org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=micycle1_PTS
37
37
- uses : actions/upload-artifact@v4
38
38
with :
39
39
name : PGS Uber-jar
40
40
path : target/*.jar
41
+ - name : Publish Javadocs
42
+ uses : JamesIves/github-pages-deploy-action@4
43
+ with :
44
+ branch : gh-pages # The branch the action should deploy to.
45
+ folder : target/reports/apidocs # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments