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 b51c1d2 commit db7e996Copy full SHA for db7e996
.github/workflows/doc_gen.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
SSH_DEPLOY_KEY: ${{ secrets.LUA_DOCUMENTATION_SSH_KEY }}
41
with:
42
- source-directory: './assets/scripts/doc/BevyAPI'
+ source-directory: './assets/scripts/doc/BevyAPI/${{ github.event.release.tag_name || inputs.manual_tag }}'
43
destination-github-username: 'makspll'
44
destination-repository-name: 'bevy_mod_scripting_lua'
45
user-email: makspl17@gmail.com
0 commit comments