We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2ef7c commit e8d3d68Copy full SHA for e8d3d68
1 file changed
.github/workflows/Merge_check.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Build site
87
if: ${{ matrix.java != 17 }}
88
- run: mvn -e -B -V -ntp site site:stage
+ run: mvn -e -B -V -ntp site
89
90
91
# only run Publish if all builds completed
0 commit comments