We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccc95c commit 084478eCopy full SHA for 084478e
1 file changed
.github/workflows/push-docs.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
cp -r engine/packages/ecs-lib/docs engine/docs/registry/api
42
mkdir -p docs/engine
43
- cp -r engine/docs docs/engine
+ cp -r engine/docs/* docs/engine
44
cd docs
45
git add .
46
git commit -m "chore(engine): updating docs"
0 commit comments