Skip to content

Commit 7d44956

Browse files
committed
fix input path
1 parent 72059a7 commit 7d44956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc_gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
4141
with:
42-
source-directory: './assets/scripts/doc/BevyAPI/${{ github.event.release.tag_name || inputs.manual_tag }}'
42+
source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
4343
destination-github-username: 'makspll'
4444
destination-repository-name: 'bevy_mod_scripting_lua'
4545
user-email: makspl17@gmail.com
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
5353
with:
54-
source-directory: './assets/scripts/doc/BevyAPI/${{ github.event.release.tag_name || inputs.manual_tag }}'
54+
source-directory: './assets/scripts/doc/BevyAPI/bevy_mod_scripting_lua/${{ github.event.release.tag_name || inputs.manual_tag }}'
5555
destination-github-username: 'makspll'
5656
destination-repository-name: 'bevy_mod_scripting_lua'
5757
user-email: makspl17@gmail.com

0 commit comments

Comments
 (0)