We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448e3fe commit 44a2dfcCopy full SHA for 44a2dfc
.github/workflows/doc_gen.yml
@@ -22,12 +22,13 @@ jobs:
22
with:
23
command: run
24
args: --features=lua54,lua_script_api lua
25
+ - run: mv assets/scripts/doc/BevyAPI /BevyAPI
26
- name: Pushes to another repository
27
uses: cpina/github-action-push-to-another-repository@main
28
env:
29
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
30
- source-directory: 'assets/scripts/doc/BevyAPI'
31
+ source-directory: '/BevyAPI'
32
destination-github-username: 'makspll'
33
destination-repository-name: 'bevy_mod_scripting_lua'
34
user-email: [email protected]
0 commit comments