mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 08:25:21 +01:00
Fix target destination for the Gradle-built handbook
This commit is contained in:
@@ -355,7 +355,7 @@ tasks.register('generateHandbook') {
|
||||
// Copy the handbook from /dist to /src/main/resources.
|
||||
copy {
|
||||
from 'src/handbook/dist/index.html'
|
||||
into 'src/main/resources'
|
||||
into 'src/main/resources/html'
|
||||
rename 'index.html', 'handbook.html'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user