diff --git a/.github/workflows/generate-llms.yaml b/.github/workflows/generate-llms.yaml index d5602be228d6..ffe5111e5044 100644 --- a/.github/workflows/generate-llms.yaml +++ b/.github/workflows/generate-llms.yaml @@ -27,8 +27,8 @@ jobs: - name: Generate llms.txt run: | source .venv/bin/activate - python weave/docs/scripts/generate-llmstxt.py - + python docs/scripts/generate-llmstxt.py + # Step 6: Verify generated file - name: Check if llms.txt exists run: |