Skip to content

Commit

Permalink
Update go.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent 7694ad2 commit 3e96813
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ function get_readme_path(dir) {

function get_readme_content() {

// let content = fs.readFileSync(, 'utf-8')
let content = ''
let content = fs.readFileSync('/home/runner/work/cfo/cfo/pw.mdx', 'utf-8')
const readmes = get_readme_path(__dirname)

readmes.forEach(path => {
content += '\n\n' + fs.readFileSync(path, 'utf-8')// + '\n\n' + content
// content = '\n\n' + content
console.log(path)
})
return content
Expand Down

0 comments on commit 3e96813

Please sign in to comment.