Skip to content

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Nov 21, 2024
1 parent 222edf3 commit 67814d3
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/generate-llms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Debug path issues
run: |
echo "Current directory: $(pwd)"
echo "GitHub workspace: $GITHUB_WORKSPACE"
if [ "$(pwd)" != "$GITHUB_WORKSPACE" ]; then
echo "Error: Current directory does not match \$GITHUB_WORKSPACE"
exit 1
fi
- name: List directory contents
run: ls -R

- name: Debug script path
run: |
ls -l $GITHUB_WORKSPACE/docs/scripts/generate-llmstxt.py
- name: Debug Python version
run: |
source .venv/bin/activate
python --version
- name: Check active Python environment
run: |
source .venv/bin/activate
which python
- name: Fix script permissions
run: chmod +rx $GITHUB_WORKSPACE/docs/scripts/generate-llmstxt.py

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 67814d3

Please sign in to comment.