Skip to content

Commit

Permalink
Update parse-readme.js command in markdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent 6731a0b commit 0f3a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "Hello World"

- name: Run parse-markdown
run: run docs/parse-readme.js
run: node docs/parse-readme.js

- name: Commit and push if changed
uses: EndBug/add-and-commit@v4
Expand Down

0 comments on commit 0f3a7af

Please sign in to comment.