Skip to content

Commit 084478e

Browse files
committed
ci: fix sync docs
1 parent 1ccc95c commit 084478e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cp -r engine/packages/ecs-lib/docs engine/docs/registry/api
4242
mkdir -p docs/engine
43-
cp -r engine/docs docs/engine
43+
cp -r engine/docs/* docs/engine
4444
cd docs
4545
git add .
4646
git commit -m "chore(engine): updating docs"

0 commit comments

Comments
 (0)