Skip to content

Commit

Permalink
chore(ci-cd): update readme path in sync workflow
Browse files Browse the repository at this point in the history
chnage the readme path
  • Loading branch information
yeshamavani committed Feb 7, 2024
1 parent ed83622 commit 8076a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8076a65

Please sign in to comment.