Skip to content

Commit

Permalink
adjust path to account for GH exec env
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Nov 21, 2024
1 parent 90ca857 commit a778b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-llms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a778b24

Please sign in to comment.