mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clone README when generating
This commit is contained in:
parent
643be6dc21
commit
feded332a1
4 changed files with 6 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ const getTokenLinks = function ( childTokens ) {
|
|||
|
||||
export default async function () {
|
||||
|
||||
const readmeContent = await fs.readFile('./README.md', 'utf8')
|
||||
const readmeContent = await fs.readFile('./README-temp.md', 'utf8')
|
||||
|
||||
// console.log('readmeContent', readmeContent)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue