Skip to content

Commit

Permalink
Update render.yml
Browse files Browse the repository at this point in the history
last try
  • Loading branch information
LeftistTachyon authored Mar 18, 2024
1 parent 90c1b85 commit d43a895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Rename .drawio file
run: 'cp ./Wires.drawio.xml ./Wires.drawio'
- name: Render .drawio files
uses: docker://ghcr.io/racklet/render-drawio-action:v1
with:
formats: 'png'
files: 'Wires.drawio.xml=wires.png'
id: render
- name: List the rendered files
run: 'ls -l ${{ steps.render.outputs.rendered-files }}'
Expand Down

0 comments on commit d43a895

Please sign in to comment.