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
13
.github/workflows/auto_docs.yml
vendored
13
.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:
|
||||||
@ -25,8 +28,4 @@ jobs:
|
|||||||
rm ../../docs/source/basic_tutorials/launcher.md
|
rm ../../docs/source/basic_tutorials/launcher.md
|
||||||
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
|
|
@ -226,4 +226,4 @@ Options:
|
|||||||
|
|
||||||
-V, --version
|
-V, --version
|
||||||
Print version
|
Print version
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user