Skip to content

Commit

Permalink
fix: diagrams export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Nov 9, 2024
1 parent 531210c commit 3ee9cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-diagrams.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

source_dir="./assets/diagrams/"
source_dir="./src/assets/diagrams/"
dest_dir="./public/diagrams/"

docker run $1 -v $(pwd):/data rlespinasse/drawio-export -f svg --remove-page-suffix -o _export
Expand Down

0 comments on commit 3ee9cd4

Please sign in to comment.