Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nuoxoxo/cfo into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 16, 2024
2 parents 9616969 + 106c34e commit 0f11319
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tokens

```b
level00 level00
flag00 nottoohardhere
Expand Down
3 changes: 2 additions & 1 deletion go.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ function get_readme_path(dir) {

function get_readme_content() {

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

readmes.forEach(path => {
content += '\n\n' + fs.readFileSync(path, 'utf-8')// + '\n\n' + content
Expand Down
2 changes: 2 additions & 0 deletions pw.mdx → tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tokens

```b
level00 level00
flag00 nottoohardhere
Expand Down

0 comments on commit 0f11319

Please sign in to comment.