mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
Add docs.html to gh-page
This commit is contained in:
3
.github/generate-website.js
vendored
3
.github/generate-website.js
vendored
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user