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 4516f4a commit cef1498Copy full SHA for cef1498
.github/workflows/doc_gen.yml
@@ -7,6 +7,7 @@ name: Documentation Generation
7
jobs:
8
lua:
9
name: Lua Documentation
10
+ runs-on: ubuntu-latest
11
steps:
12
- name: Install alsa and udev
13
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
@@ -31,4 +32,4 @@ jobs:
31
32
destination-repository-name: 'bevy_mod_scripting_lua'
33
user-email: [email protected]
34
target-branch: main
- target-directory: ${{ github.event.release.tag_name }}
35
+ target-directory: ${{ github.event.release.tag_name }}
0 commit comments