mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 15:38:24 +00:00
Fix target destination for the Gradle-built handbook
This commit is contained in:
parent
b0714f209c
commit
273dadd4ba
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user