Skip to content

Commit 18d1674

Browse files
authored
chore(ci-cd): update the readme path in sync docs action (#179)
since readme moved inside docs folder GH-00
1 parent abe5b75 commit 18d1674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git checkout -B $extension_branch || git checkout $extension_branch
5151
5252
# Copy README from the extension repo
53-
cp ../extension/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
53+
cp ../extension/docs/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
5454
git add .
5555
5656
if git diff --quiet --cached; then

0 commit comments

Comments
 (0)