We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65495 commit bc40428Copy full SHA for bc40428
.github/workflows/sync-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
rm -f target-repo/python_sdk/examples/*
36
rm -f target-repo/docs/sidebars-python-sdk.ts
37
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/*
+ cp -r source-repo/examples/* target-repo/python_sdk/examples/
39
cp source-repo/docs/sidebars.ts target-repo/docs/sidebars-python-sdk.ts
40
sed -i 's/python-sdk\///g' target-repo/docs/sidebars-python-sdk.ts
41
0 commit comments