Skip to content

Commit 78fa249

Browse files
authored
Merge pull request #493 from meshery-extensions/CodexRaunak-patch-1
Update directory structure for compatibility tests
2 parents df9ad8c + 1aaae44 commit 78fa249

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)