Skip to content

Commit

Permalink
doc: Fix workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jun 7, 2024
1 parent 7a16836 commit ff5ff4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ graph LR
enrich["Enrich"]
extract["Extract"]
filter["Filter"]
index["Index"]
raw["Raw"]
index[("Index")]
raw[("Raw")]
enrich --> filter
extract --> enrich
filter --> index
enrich --> index
extract --> filter
filter --> enrich
raw --> extract
```

Expand Down

0 comments on commit ff5ff4f

Please sign in to comment.