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 e322878 commit 2240c62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ function get_readme_path(dir) {

function get_readme_content() {

let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8')
let content = fs.readFileSync(dirname + '/tokens.mdx', 'utf-8')
const readmes = get_readme_path(__dirname)
console.log(__dirname)
// console.log(__dirname)
// /home/runner/work/cfo/cfo

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

0 comments on commit 2240c62

Please sign in to comment.