Skip to content

Commit

Permalink
chore(core): update the readme path in sync docs workflow (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed Mar 13, 2024
1 parent c5f80b8 commit 0a54ea4
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 0a54ea4

Please sign in to comment.