Skip to content

Commit 0b40400

Browse files
committed
Permissions?
1 parent d7c1e4c commit 0b40400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-mermaid.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Convert all svg files to png before uploading for automatic inspection
4343
run: |
4444
npm install convert-svg-to-png
45+
ls -la ${{env.INPUT_DATA}}
4546
# This will overwite any PNG files with the same name that have been created by run-tests.sh
4647
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd.svg
4748
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd-stdin.svg

0 commit comments

Comments
 (0)