From 18d1674813a32f5087b0720fb47c848aabef03bb Mon Sep 17 00:00:00 2001 From: yeshamavani <83634146+yeshamavani@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:06:20 +0530 Subject: [PATCH] chore(ci-cd): update the readme path in sync docs action (#179) since readme moved inside 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 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