mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
fixes
This commit is contained in:
parent
86736cb93a
commit
2bddc78dca
11
.github/workflows/auto_docs.yml
vendored
11
.github/workflows/auto_docs.yml
vendored
@ -2,8 +2,11 @@ name: Automatic Documentation for Launcher
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- main
|
- "../../launcher/src/main.rs"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_output:
|
update_output:
|
||||||
@ -26,7 +29,3 @@ jobs:
|
|||||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
||||||
echo $output >> ../../docs/source/basic_tutorials/launcher.md
|
echo $output >> ../../docs/source/basic_tutorials/launcher.md
|
||||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
||||||
|
|
||||||
git add launcher.md
|
|
||||||
git commit -m "Update launcher.md"
|
|
||||||
git push
|
|
Loading…
Reference in New Issue
Block a user