Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx authored Apr 2, 2024
1 parent 0d1d1ad commit d543bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbml_to_svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install -g @softwaretechnik/dbml-renderer

- name: Convert DBML to SVG
run: dbml-renderer -i ./data_model.dbml -o ./data_model.svg
run: dbml-renderer -i ./data_model/data_model.dbml -o ./data_model/data_model.svg


- name: Commit and Push SVG Images
Expand Down

0 comments on commit d543bfb

Please sign in to comment.