Add docs.html to gh-page

This commit is contained in:
KnugiHK
2025-04-27 16:21:38 +08:00
parent 15d6674644
commit b3ce22ddbc
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ fs.ensureDirSync('docs/imgs');
if (fs.existsSync('imgs')) {
fs.copySync('imgs', 'docs/imgs');
}
if (fs.existsSync('.github/docs.html')) {
fs.copySync('.github/docs.html', 'docs/docs.html');
}
const readmeContent = fs.readFileSync('README.md', 'utf8');