Skip to content

Commit

Permalink
fix doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 4, 2024
1 parent b424fe8 commit 6ddca96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand All @@ -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: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions tealr_doc_gen_config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"doc_template": "Builtin",
"page_root": "<page_root>",
"store_in": "BevyAPI",
"name": "BevyAPI",
"store_in": "CoreBevyAPI",
"name": "CoreBevyAPI",
"is_global": true,
"type_def_files": {
"runner": "Builtin",
Expand Down

0 comments on commit 6ddca96

Please sign in to comment.