Commit 77617d8
committed
Fix website deployment workflow to use plain mvn command
Replace './mvnw' with 'mvn' in deploy-website.yml since mvnw script was removed.
The workflow already sets up Maven with Java 21 and caching, so plain mvn works.
This fixes the website deployment failure and prepares for eventual transition
to './mvx website build' in the future.1 parent c2c7041 commit 77617d8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments