Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
fix: pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
light-hat committed Jan 7, 2025
1 parent eb33c56 commit fbf0ce7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate_diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
dot -Tpng diagrams/classes.dot -o diagrams/classes.png
dot -Tpng diagrams/packages.dot -o diagrams/packages.png
- name: Generate flowcharts
- name: Generate flowcharts as txt
run: |
python3 generate_flowcharts.py || true
- name: Flowcharts to png
run: |
python3 generate_flowcharts.py
for file in diagrams/*.txt; do diagrams flowchart "$file" "${file%.txt}.svg"; done
- name: Stage new files
Expand Down

0 comments on commit fbf0ce7

Please sign in to comment.