Skip to content

Commit c2103b0

Browse files
Fix maven command in documentation upload action
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent f5e8349 commit c2103b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Generate assembly
3535
working-directory: spring-ai-docs
36-
run: ./mvnw --batch-mode assembly:single
36+
run: mvn --batch-mode assembly:single
3737

3838
- name: Setup SSH key
3939
env:

0 commit comments

Comments
 (0)