Skip to content

Commit

Permalink
Use a config file
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Feb 9, 2025
1 parent d0293d7 commit e36b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tab_stats_generate_png_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd $IMAGE_FOLDER_LOCATION
for mmd_file in *.mmd
do
png_file="${mmd_file%%.*}.png"
aa-exec --profile=chrome npx -p @mermaid-js/mermaid-cli mmdc --quiet --input $mmd_file --output $png_file --outputFormat png --theme forest
aa-exec --profile=chrome npx -p @mermaid-js/mermaid-cli mmdc --quiet --input $mmd_file --output $png_file --outputFormat png --configFile ../../ci/tab_stats_mermaid_config.json
done
# Only let PNG files
rm *.mmd
Expand Down

0 comments on commit e36b903

Please sign in to comment.