Skip to content

Commit

Permalink
Update convert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olda-Hal committed Mar 21, 2024
1 parent acfb163 commit 258a1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- name: Download DrawIO
run: |
sudo snap install drawio
sudo snap install drawio
- name: Convert to Image
run: |
drawio -x -f png -o Diagram.png moucnik_diagram.drawio
docker run -v ${{ github.workspace }}:/workdir fjudith/draw.io -x -f png -o /workdir/Diagram.png /workdir/moucnik_diagram.drawio
- name: Commit
env:
Expand Down

0 comments on commit 258a1e6

Please sign in to comment.