Skip to content

Commit edbc14a

Browse files
authored
Update directory structure for compatibility tests
Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 8ca3e11 commit edbc14a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2etest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
run: |
9494
pretty=$(jq . data.json)
9595
rm data.json
96-
mkdir -p ./docs/_compatibility/meshery-kuma
97-
cd ./docs/_compatibility/meshery-kuma
96+
mkdir -p ./docs/content/en/project/compatibility/meshery-kuma
97+
cd ./docs/content/en/project/compatibility/meshery-kuma
9898
touch data.json
9999
echo $pretty > data.json
100100
cat data.json

0 commit comments

Comments
 (0)