diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 5895b96a..59e1772f 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -25,6 +25,9 @@ jobs: - name: Update Docs run: | + if [ ! -f "/docs/source/basic_tutorials/launcher.md" ]; then + touch /docs/source/basic_tutorials/launcher.md + output="${{ steps.run-launcher-help.outputs.output }}" launcher_content=$(/docs/source/basic_tutorials/launcher.md)