Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 16, 2024
1 parent abbac75 commit d13c311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Generate the documentation
run: |
generate-schema-doc --config template_name=md_nested ./.schema/controller.json "./.wiki/Controller Definition.md"
generate-schema-doc --config template_name=md_nested ./.schema/manufacturer.json ./.wiki/Manufacturer Definition.md
generate-schema-doc --config template_name=md_nested ./.schema/category.json ./.wiki/Category Definition.md
generate-schema-doc --config template_name=md_nested ./.schema/manufacturer.json "./.wiki/Manufacturer Definition.md"
generate-schema-doc --config template_name=md_nested ./.schema/category.json "./.wiki/Category Definition.md"
- run: git pull
- name: Commit files
Expand Down

0 comments on commit d13c311

Please sign in to comment.