Skip to content

Commit 5695fae

Browse files
feat(deps): update lb4 dependencies (#111)
* feat(deps): update lb4 dependencies Update the lb4 dependencies as lb4 dropped support for node 16 or lower BREAKING CHANGE: Loopback package version update GH-109 * chore(ci-cd): update readme path in sync docs action since readme moved to docs folder GH-109 --------- Co-authored-by: Yesha Mavani <yesha.mavani@sourcefuse.com>
1 parent 7633104 commit 5695fae

File tree

3 files changed

+830
-730
lines changed

3 files changed

+830
-730
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)