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 162ee88 commit 7406b4dCopy full SHA for 7406b4d
.github/workflows/doc_gen.yml
@@ -25,7 +25,7 @@ jobs:
25
toolchain: stable
26
override: true
27
- uses: Swatinem/rust-cache@v2.2.0
28
- - run: cargo install --git https://github.com/lenscas/tealr_doc_gen --rev 91afd4a528e7f5b746ac3a6b299c422b42c05db6
+ - run: cargo install --git https://github.com/lenscas/tealr_doc_gen
29
- run: mkdir -p ./assets/scripts/doc/
30
- run: cp tealr_doc_gen_config.json ./assets/scripts/doc/tealr_doc_gen_config.json
31
- run: sed -i "s/<page_root>/bevy_mod_scripting_lua\/${{github.event.release.tag_name || inputs.manual_tag}}\//" ./assets/scripts/doc/tealr_doc_gen_config.json
0 commit comments