From d1008920f8cd1cb3ad58964ee00536d57f09b55a Mon Sep 17 00:00:00 2001 From: yeshamavani <83634146+yeshamavani@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:54:56 +0530 Subject: [PATCH] chore(ci-cd): update the readme path in sync docs workflow (#123) readme moved to docs folder GH-00 --- .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 c16575d..53e0c33 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