Skip to content

Commit bc40428

Browse files
committed
fix pipeline target
1 parent 8b65495 commit bc40428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
rm -f target-repo/python_sdk/examples/*
3636
rm -f target-repo/docs/sidebars-python-sdk.ts
3737
cp -r source-repo/docs/docs/python-sdk/* target-repo/docs/docs-python-sdk
38-
cp -r source-repo/examples/* target-repo/python_sdk/examples/*
38+
cp -r source-repo/examples/* target-repo/python_sdk/examples/
3939
cp source-repo/docs/sidebars.ts target-repo/docs/sidebars-python-sdk.ts
4040
sed -i 's/python-sdk\///g' target-repo/docs/sidebars-python-sdk.ts
4141

0 commit comments

Comments
 (0)