File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77permissions :
88 contents : write
9- pages : write
10- id-token : write
119
1210concurrency :
1311 group : " pages"
6765 1.20.x
6866 1.21.x
6967 files : target/CloudnodeMSG-${{ steps.version.outputs.VERSION }}.jar
70-
71- - name : Generate Javadoc
72- run : mvn -B javadoc:javadoc --file pom.xml
73-
74- - name : Setup Pages
75- uses : actions/configure-pages@v4
76-
77- - name : Upload artifact
78- uses : actions/upload-pages-artifact@v3
79- with :
80- path : target/site/apidocs
81-
82- - name : Deploy to GitHub Pages
83- id : deployment
84- uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 2727 <target >${java.version} </target >
2828 </configuration >
2929 </plugin >
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-shade-plugin</artifactId >
33- <version >3.6.1</version >
34- <executions >
35- <execution >
36- <phase >package</phase >
37- <goals >
38- <goal >shade</goal >
39- </goals >
40- <configuration >
41- <createDependencyReducedPom >false</createDependencyReducedPom >
42- </configuration >
43- </execution >
44- </executions >
45- </plugin >
46- <plugin >
47- <groupId >org.apache.maven.plugins</groupId >
48- <artifactId >maven-javadoc-plugin</artifactId >
49- <version >3.12.0</version >
50- <configuration >
51- <links >
52- <link >https://jd.papermc.io/paper/1.20/</link >
53- <link >https://jd.advntr.dev/api/4.15.0/</link >
54- </links >
55- </configuration >
56- </plugin >
5730 </plugins >
5831 <resources >
5932 <resource >
You can’t perform that action at this time.
0 commit comments