Skip to content

Commit

Permalink
Update markdown.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent f9ce032 commit 2a56c7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
uses: npm install

- name: Run parse-readme.js
run: node docs/parse-readme.js
run: echo "Hello World"

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

0 comments on commit 2a56c7f

Please sign in to comment.