mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +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 the handbook from /dist to /src/main/resources.
|
||||||
copy {
|
copy {
|
||||||
from 'src/handbook/dist/index.html'
|
from 'src/handbook/dist/index.html'
|
||||||
into 'src/main/resources'
|
into 'src/main/resources/html'
|
||||||
rename 'index.html', 'handbook.html'
|
rename 'index.html', 'handbook.html'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user