mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 18:12:52 +08: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 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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user