diff --git a/.github/workflows/generate-llms.yaml b/.github/workflows/generate-llms.yaml index 6bdb7572d91e..3108f2cdae2f 100644 --- a/.github/workflows/generate-llms.yaml +++ b/.github/workflows/generate-llms.yaml @@ -31,9 +31,8 @@ jobs: # Step 5: Run the script - name: Generate llms.txt - run: | - hatch shell llmspy "python weave/docs/scripts/generate-llmstxt.py" - + run: hatch run llmspy python weave/docs/scripts/generate-llmstxt.py + # Step 6: Verify generated file - name: Check if llms.txt exists run: |