Skip to content

Commit 44a2dfc

Browse files
committed
fix doc_gen.yml
1 parent 448e3fe commit 44a2dfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc_gen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
with:
2323
command: run
2424
args: --features=lua54,lua_script_api lua
25+
- run: mv assets/scripts/doc/BevyAPI /BevyAPI
2526
- name: Pushes to another repository
2627
uses: cpina/github-action-push-to-another-repository@main
2728
env:
2829
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
2930
with:
30-
source-directory: 'assets/scripts/doc/BevyAPI'
31+
source-directory: '/BevyAPI'
3132
destination-github-username: 'makspll'
3233
destination-repository-name: 'bevy_mod_scripting_lua'
3334
user-email: [email protected]

0 commit comments

Comments
 (0)