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 879d92f commit 7609a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function get_readme_content() {

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

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

0 comments on commit 7609a52

Please sign in to comment.