Skip to content

Commit

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

GH-156
  • Loading branch information
yeshamavani authored Jan 19, 2024
1 parent dde627b commit 08021b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 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 08021b3

Please sign in to comment.