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 2626 env :
2727 SSH_DEPLOY_KEY : ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
2828 with :
29- source-directory : ' assets/scripts/doc/pages '
29+ source-directory : ' assets/scripts/doc/BevyAPI '
3030 destination-github-username : ' makspll'
3131 destination-repository-name : ' bevy_mod_scripting_lua'
3232 user-email : makspl17@gmail.com
Original file line number Diff line number Diff line change @@ -10039,7 +10039,7 @@ impl APIProvider for LuaBevyAPIProvider {
1003910039 . map_err ( |e| ScriptError :: Other ( e. to_string ( ) ) )
1004010040 }
1004110041 fn get_doc_fragment ( & self ) -> Option < Self :: DocTarget > {
10042- Some ( LuaDocFragment :: new ( "MyAPI " , |tw| {
10042+ Some ( LuaDocFragment :: new ( "BevyAPI " , |tw| {
1004310043 tw
1004410044 . document_global_instance :: < BevyAPIGlobals > ( ) . expect ( "Something went wrong documenting globals" )
1004510045 . process_type :: < LuaAlignContent > ( )
You can’t perform that action at this time.
0 commit comments