We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c1e4c commit 0b40400Copy full SHA for 0b40400
.github/workflows/compile-mermaid.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Convert all svg files to png before uploading for automatic inspection
43
run: |
44
npm install convert-svg-to-png
45
+ ls -la ${{env.INPUT_DATA}}
46
# This will overwite any PNG files with the same name that have been created by run-tests.sh
47
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd.svg
48
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd-stdin.svg
0 commit comments