mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Added check for file not existing
This commit is contained in:
parent
048d77da7a
commit
75e49b8abd
3
.github/workflows/autodocs.yml
vendored
3
.github/workflows/autodocs.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Docs
|
- name: Update Docs
|
||||||
run: |
|
run: |
|
||||||
|
if [ ! -f "/docs/source/basic_tutorials/launcher.md" ]; then
|
||||||
|
touch /docs/source/basic_tutorials/launcher.md
|
||||||
|
|
||||||
output="${{ steps.run-launcher-help.outputs.output }}"
|
output="${{ steps.run-launcher-help.outputs.output }}"
|
||||||
launcher_content=$(/docs/source/basic_tutorials/launcher.md)
|
launcher_content=$(/docs/source/basic_tutorials/launcher.md)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user