Skip to content

Commit

Permalink
Generate markdown files list
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent 655dda4 commit ad4399c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions markdown_files.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Path
README.md
folder_01/readme.md
Path,Header1
README.md,digitaljumpstart
folder_01/readme.md,
10 changes: 8 additions & 2 deletions markdown_files.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
"README.md",
"folder_01/readme.md"
{
"Path": "README.md",
"Header1": "digitaljumpstart"
},
{
"Path": "folder_01/readme.md",
"Header1": null
}
]
6 changes: 4 additions & 2 deletions markdown_files.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- README.md
- folder_01/readme.md
- Header1: digitaljumpstart
Path: README.md
- Header1: null
Path: folder_01/readme.md

0 comments on commit ad4399c

Please sign in to comment.