Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix(docs): add arg when calling createMarkdownFilesFromJsonArray.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ByFishh committed Nov 23, 2023
1 parent 53cb5fb commit 7e5e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build md from json
run: |
cd ./doc
node createMarkdownFilesFromJsonArray.js
node createMarkdownFilesFromJsonArray.js documentation.json
- uses: retypeapp/action-build@latest
with:
Expand Down

0 comments on commit 7e5e4e2

Please sign in to comment.