Skip to content

Commit cef1498

Browse files
authored
Update doc_gen.yml
1 parent 4516f4a commit cef1498

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
@@ -7,6 +7,7 @@ name: Documentation Generation
77
jobs:
88
lua:
99
name: Lua Documentation
10+
runs-on: ubuntu-latest
1011
steps:
1112
- name: Install alsa and udev
1213
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
@@ -31,4 +32,4 @@ jobs:
3132
destination-repository-name: 'bevy_mod_scripting_lua'
3233
user-email: [email protected]
3334
target-branch: main
34-
target-directory: ${{ github.event.release.tag_name }}
35+
target-directory: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)