Skip to content

Commit b51c1d2

Browse files
committed
add trailing slash
1 parent 5e58904 commit b51c1d2

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
@@ -28,7 +28,7 @@ jobs:
2828
- run: cargo install --git https://github.com/lenscas/tealr_doc_gen --rev 91afd4a528e7f5b746ac3a6b299c422b42c05db6
2929
- run: mkdir -p ./assets/scripts/doc/
3030
- 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
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
3232
- uses: actions-rs/cargo@v1
3333
with:
3434
command: run

0 commit comments

Comments
 (0)