File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
env :
27
27
SSH_DEPLOY_KEY : ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
28
28
with :
29
- source-directory : ' assets/scripts/doc/pages '
29
+ source-directory : ' assets/scripts/doc/BevyAPI '
30
30
destination-github-username : ' makspll'
31
31
destination-repository-name : ' bevy_mod_scripting_lua'
32
32
Original file line number Diff line number Diff line change @@ -10039,7 +10039,7 @@ impl APIProvider for LuaBevyAPIProvider {
10039
10039
. map_err ( |e| ScriptError :: Other ( e. to_string ( ) ) )
10040
10040
}
10041
10041
fn get_doc_fragment ( & self ) -> Option < Self :: DocTarget > {
10042
- Some ( LuaDocFragment :: new ( "MyAPI " , |tw| {
10042
+ Some ( LuaDocFragment :: new ( "BevyAPI " , |tw| {
10043
10043
tw
10044
10044
. document_global_instance :: < BevyAPIGlobals > ( ) . expect ( "Something went wrong documenting globals" )
10045
10045
. process_type :: < LuaAlignContent > ( )
You can’t perform that action at this time.
0 commit comments