mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Update autodocs.yml
This commit is contained in:
parent
0ae1aaff82
commit
c646d74ba7
2
.github/workflows/autodocs.yml
vendored
2
.github/workflows/autodocs.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
{ echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher_test.md
|
{ echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher_test.md
|
||||||
if diff launcher_test.md launcher.md; then
|
if diff launcher_test.md launcher.md; then
|
||||||
rm /docs/source/basic_tutorials/launcher.md
|
rm /docs/source/basic_tutorials/launcher.md
|
||||||
{ echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher.md
|
{ echo '```'; echo $(text-generation-launcher --help); echo '```'; } > launcher.md
|
||||||
echo "Docs are updated!"
|
echo "Docs are updated!"
|
||||||
git add launcher.md
|
git add launcher.md
|
||||||
git commit -m "Update launcher.md"
|
git commit -m "Update launcher.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user