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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "../../launcher/src/main.rs"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
update_output:
|
||||
@ -25,8 +28,4 @@ jobs:
|
||||
rm ../../docs/source/basic_tutorials/launcher.md
|
||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
||||
echo $output >> ../../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
|
||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
@ -226,4 +226,4 @@ Options:
|
||||
|
||||
-V, --version
|
||||
Print version
|
||||
```
|
||||
```
|
Loading…
Reference in New Issue
Block a user