Skip to content

Commit 6e1320e

Browse files
committed
Fix static site path
1 parent e274d53 commit 6e1320e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,7 @@ jobs:
102102
uses: actions/upload-artifact@v4
103103
with:
104104
name: visualizer
105-
path: |
106-
dist/assets
107-
dist/topologies
108-
dist/traces
109-
dist/scenarios\.json
110-
105+
path: ui/dist
111106

112107
docs-build:
113108
name: "Build"

0 commit comments

Comments
 (0)