Skip to content

Commit

Permalink
fix: run correct task for convert docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Jan 1, 2020
1 parent e488263 commit b9b3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: "10.x"
- run: npm install
- name: Convert Docs
run: npm run docs:Convert
run: npm run docs:convert
- uses: stefanzweifel/git-auto-commit-action@v2.5.0
with:
commit_message: Convert markdown docs to Node-RED help files
Expand Down

0 comments on commit b9b3ee4

Please sign in to comment.