Skip to content

Commit

Permalink
Add parse-markdown step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent 0a7bd4a commit 6731a0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: Install Node.js
run: npm install

- name: Run parse-readme.js
- name: Run Test
run: echo "Hello World"

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

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

0 comments on commit 6731a0b

Please sign in to comment.