From 8076a658e6840478b238ccb87f110d1eec236d73 Mon Sep 17 00:00:00 2001 From: yeshamavani <83634146+yeshamavani@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:46:03 +0530 Subject: [PATCH] chore(ci-cd): update readme path in sync workflow chnage the readme path --- .github/workflows/sync-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index f64054b..e12852e 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -50,7 +50,7 @@ jobs: git checkout -B $extension_branch || git checkout $extension_branch # Copy README from the extension repo - cp ../extension/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/ + cp ../extension/docs/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/ git add . if git diff --quiet --cached; then