File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 3636 echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
3737 - name : Run Antora
3838 run : |
39- ./mvnw --no-transfer-progress -B antora
39+ ./mvnw --no-transfer-progress -B antora:antora
4040 - name : Publish Docs
4141 uses :
spring-io/spring-doc-actions/[email protected] 4242 with :
Original file line number Diff line number Diff line change 3434 </plugin >
3535 </plugins >
3636 </build >
37+
38+ <repositories >
39+ <repository >
40+ <id >spring-snapshot</id >
41+ <url >https://repo.spring.io/snapshot</url >
42+ <snapshots >
43+ <enabled >true</enabled >
44+ </snapshots >
45+ <releases >
46+ <enabled >false</enabled >
47+ </releases >
48+ </repository >
49+ <repository >
50+ <id >spring-milestone</id >
51+ <url >https://repo.spring.io/milestone</url >
52+ </repository >
53+ </repositories >
3754</project >
You can’t perform that action at this time.
0 commit comments