mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[O] Copy page.md in build
This commit is contained in:
parent
5fe1d72410
commit
97d2e1ed5b
@ -126,7 +126,7 @@ function buildPeoplePages() {
|
|||||||
|
|
||||||
// Copy `people/${dirname}/photos` to `dist/people/${dirname}/`.
|
// Copy `people/${dirname}/photos` to `dist/people/${dirname}/`.
|
||||||
function copyPeopleAssets() {
|
function copyPeopleAssets() {
|
||||||
const PEOPLE_ASSETS = ["photos", "backup"];
|
const PEOPLE_ASSETS = ["photos", "backup", "page.md"];
|
||||||
|
|
||||||
for (const { srcPath, distPath } of people) {
|
for (const { srcPath, distPath } of people) {
|
||||||
fs.ensureDirSync(distPath);
|
fs.ensureDirSync(distPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user