mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-05 00:13:11 +02:00
Docs site added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
(() => {
|
||||
const changelogPath = path.resolve(__dirname, '../../CHANGELOG.md');
|
||||
fs.copyFileSync(changelogPath, path.resolve(__dirname, '../content/changelog/CHANGELOG.md'));
|
||||
})();
|
||||
Reference in New Issue
Block a user