paperless-ngx/.github
Claude 463c677bec
fix(ci/cd): remove hardcoded absolute path in GitHub Actions workflow
Fixes the error: "cd: /home/user/IntelliDocs-ngx: No such file or directory"

Changes:
- Removed hardcoded absolute path `/home/user/IntelliDocs-ngx` from line 48
- After `actions/checkout@v4`, the runner is already in the project directory
- Using the implicit `${{ github.workspace }}` is the standard practice

This fixes the workflow failure in the "Install Python dependencies" step
of the "test-ml-dependencies" job.

Issue: GitHub Actions runners don't have this local development path
Solution: Rely on the default working directory set by actions/checkout
2025-11-17 15:43:52 +00:00
..
DISCUSSION_TEMPLATE Update issue and discussion templates 2025-10-26 12:14:31 -07:00
ISSUE_TEMPLATE Enable issues and configure repository as standalone project 2025-11-10 14:59:15 +00:00
workflows fix(ci/cd): remove hardcoded absolute path in GitHub Actions workflow 2025-11-17 15:43:52 +00:00
dependabot.yml Chore: Updates dependency groups (#10339) 2025-07-07 17:37:58 -07:00
labeler.yml Chore: improve PR labeling move all labelling to pr-bot workflow (#9970) 2025-05-19 13:44:25 -07:00
PULL_REQUEST_TEMPLATE.md Enable issues and configure repository as standalone project 2025-11-10 14:59:15 +00:00
release-drafter.yml Chore: improve PR labeling move all labelling to pr-bot workflow (#9970) 2025-05-19 13:44:25 -07:00