Skip to content

Commit

Permalink
Remove c option
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Nov 21, 2024
1 parent cb177e3 commit 683ec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-llms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 683ec99

Please sign in to comment.