Skip to content

Commit

Permalink
Permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
daladim authored and MindaugasLaganeckas committed May 29, 2021
1 parent 689c447 commit 7a6571c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Convert all svg files to png before uploading for automatic inspection
run: |
npm install convert-svg-to-png
ls -la ${{env.INPUT_DATA}}
# This will overwite any PNG files with the same name that have been created by run-tests.sh
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd.svg
$(npm bin)/convert-svg-to-png ${{env.INPUT_DATA}}/graph-with-br.mmd-stdin.svg
Expand Down

0 comments on commit 7a6571c

Please sign in to comment.