Skip to content

Commit

Permalink
github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed May 1, 2024
1 parent 89202a6 commit 6751192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/demo/src/content/docs/examples/graphviz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ digraph finite_state_machine {

## astro-component

For unkown reason this fails during build

```
import { Graphviz } from "@beoe/astro-graphviz";
<Graphviz
Expand Down Expand Up @@ -60,3 +63,4 @@ import { Graphviz } from "@beoe/astro-graphviz";
8 -> 5 [label = "S(a)"];
}`}
/>
```

0 comments on commit 6751192

Please sign in to comment.