Skip to content

Commit

Permalink
chore(ci-cd): update readme path (#213)
Browse files Browse the repository at this point in the history
change the readme path for sync docs action

GH-206
  • Loading branch information
yeshamavani authored Jan 19, 2024
1 parent 99d6c2d commit b4a466c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
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
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4a466c

Please sign in to comment.