From 683ec991067a05bede1e2a91d76bf26aa33ec677 Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:11:51 -0700 Subject: [PATCH] Remove c option --- .github/workflows/generate-llms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-llms.yaml b/.github/workflows/generate-llms.yaml index 190c010e9007..6bdb7572d91e 100644 --- a/.github/workflows/generate-llms.yaml +++ b/.github/workflows/generate-llms.yaml @@ -32,7 +32,7 @@ jobs: # Step 5: Run the script - name: Generate llms.txt run: | - hatch shell llmspy -c "python weave/docs/scripts/generate-llmstxt.py" + hatch shell llmspy "python weave/docs/scripts/generate-llmstxt.py" # Step 6: Verify generated file - name: Check if llms.txt exists