Skip to content

Commit

Permalink
Update render.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren authored Apr 17, 2024
1 parent c39366c commit 6e5aa6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
- id: render
name: Render
uses: tbscompany/render-drawio-action@v1.2.2
with:
formats: svg
sub-dirs: "."
skip-dirs: ".git"
log-level: info
- name: List the rendered files
run: "ls -l ${{ steps.render.outputs.rendered-files }}"
- name: Tree
run: tree

0 comments on commit 6e5aa6c

Please sign in to comment.