Skip to content

Commit db7e996

Browse files
committed
fix wrong upload directory
1 parent b51c1d2 commit db7e996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_gen.yml

Lines changed: 1 addition & 1 deletion
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'
42+
source-directory: './assets/scripts/doc/BevyAPI/${{ 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

0 commit comments

Comments
 (0)