File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
env :
40
40
SSH_DEPLOY_KEY : ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
41
41
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 }}'
43
43
destination-github-username : ' makspll'
44
44
destination-repository-name : ' bevy_mod_scripting_lua'
45
45
user-email : makspl17@gmail.com
51
51
env :
52
52
SSH_DEPLOY_KEY : ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
53
53
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 }}'
55
55
destination-github-username : ' makspll'
56
56
destination-repository-name : ' bevy_mod_scripting_lua'
57
57
user-email : makspl17@gmail.com
Original file line number Diff line number Diff line change 1
1
{
2
2
"doc_template" : " Builtin" ,
3
3
"page_root" : " <page_root>" ,
4
- "store_in" : " BevyAPI " ,
5
- "name" : " BevyAPI " ,
4
+ "store_in" : " CoreBevyAPI " ,
5
+ "name" : " CoreBevyAPI " ,
6
6
"is_global" : true ,
7
7
"type_def_files" : {
8
8
"runner" : " Builtin" ,
You can’t perform that action at this time.
0 commit comments