diff --git a/.github/workflows/doc_gen.yml b/.github/workflows/doc_gen.yml index 31564ca..0d8a75a 100644 --- a/.github/workflows/doc_gen.yml +++ b/.github/workflows/doc_gen.yml @@ -39,7 +39,7 @@ jobs: env: SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }} with: - source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}' + source-directory: './assets/scripts/doc/CoreBevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}' destination-github-username: 'makspll' destination-repository-name: 'bevy_mod_scripting_lua' user-email: makspl17@gmail.com @@ -51,7 +51,7 @@ jobs: env: SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }} with: - source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}' + source-directory: './assets/scripts/doc/CoreBevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}' destination-github-username: 'makspll' destination-repository-name: 'bevy_mod_scripting_lua' user-email: makspl17@gmail.com diff --git a/tealr_doc_gen_config.json b/tealr_doc_gen_config.json index 95ff62d..819078d 100644 --- a/tealr_doc_gen_config.json +++ b/tealr_doc_gen_config.json @@ -1,8 +1,8 @@ { "doc_template": "Builtin", "page_root": "", - "store_in": "BevyAPI", - "name": "BevyAPI", + "store_in": "CoreBevyAPI", + "name": "CoreBevyAPI", "is_global": true, "type_def_files": { "runner": "Builtin",