Skip to content

Commit 6ddca96

Browse files
committed
fix doc gen
1 parent b424fe8 commit 6ddca96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/doc_gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
4141
with:
42-
source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
42+
source-directory: './assets/scripts/doc/CoreBevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
4343
destination-github-username: 'makspll'
4444
destination-repository-name: 'bevy_mod_scripting_lua'
4545
user-email: makspl17@gmail.com
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
5353
with:
54-
source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
54+
source-directory: './assets/scripts/doc/CoreBevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
5555
destination-github-username: 'makspll'
5656
destination-repository-name: 'bevy_mod_scripting_lua'
5757
user-email: makspl17@gmail.com

tealr_doc_gen_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"doc_template": "Builtin",
33
"page_root": "<page_root>",
4-
"store_in": "BevyAPI",
5-
"name": "BevyAPI",
4+
"store_in": "CoreBevyAPI",
5+
"name": "CoreBevyAPI",
66
"is_global": true,
77
"type_def_files": {
88
"runner": "Builtin",

0 commit comments

Comments
 (0)