Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Jul 12, 2024
1 parent 614c357 commit 33f7fbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/render-images.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh

input_dir="./diagrams"
output_dir="./docs/images"
input_dir="diagrams"
output_dir="docs/images"

mkdir -p "$output_dir"

command_path=$( [ -z "$CI" ] && echo "." || echo "/home/mermaidcli" )
config_path=$( [ -z "$CI" ] && echo "." || echo "")
Expand Down

0 comments on commit 33f7fbb

Please sign in to comment.