Skip to content

Commit 132aac1

Browse files
committed
fix ci bad folder hierachi
1 parent 93b7405 commit 132aac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
if [ "$name" != "python-sdk" ]; then
4242
if [ -d "$entry" ]; then
4343
# rm -rf "target-repo/docs/$name"
44-
cp -r "$entry" "target-repo/docs/$name"
44+
cp -r "$entry" "target-repo/docs/docs/$name"
4545
elif [ -f "$entry" ]; then
46-
cp "$entry" "target-repo/docs/"
46+
cp "$entry" "target-repo/docs/docs/"
4747
fi
4848
fi
4949
done

0 commit comments

Comments
 (0)