Skip to content

Commit

Permalink
Update generate-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Jul 1, 2024
1 parent 2a67202 commit 4b26bab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
# Get the list of examples previously downloaded
EXAMPLES=$(ls examples-*.json)
# Generate the JSON file
./tools/readme-generator/main.ts --json $EXAMPLES > examples.json
# Generate the README
./tools/readme-generator/main.ts README.md.tmpl examples.json $EXAMPLES
./tools/readme-generator/main.ts README.md.tmpl examples.json
# Remove the downloaded files
rm examples-*.json
Expand All @@ -78,4 +81,4 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
message: "Update README"
message: "Update README.md and examples list"

0 comments on commit 4b26bab

Please sign in to comment.