paperless-ngx/.github/workflows
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
..
ci.yml fix: correcciones críticas pre-CI/CD (TSK-CICD-FIX-CRITICAL) 2025-11-16 01:23:00 +01:00
cleanup-tags.yml Chore: Transition the trigger to either time or manual run, reducing runs and rate limit issues (#10993) 2025-10-02 17:54:47 -07:00
codeql-analysis.yml Chore(deps): Bump the actions group with 3 updates (#10757) 2025-09-03 14:22:35 +00:00
crowdin.yml Chore(deps): Bump the actions group with 3 updates (#10757) 2025-09-03 14:22:35 +00:00
docker-intellidocs.yml fix(ci/cd): remove hardcoded absolute path in GitHub Actions workflow 2025-11-17 15:43:52 +00:00
pr-bot.yml Chore(deps): Bump the actions group with 5 updates (#10978) 2025-10-01 19:06:07 -07:00
project-actions.yml Chore: add ymlfmt (#9745) 2025-04-22 22:20:54 +00:00
repo-maintenance.yml Chore(deps): Bump the actions group with 5 updates (#10978) 2025-10-01 19:06:07 -07:00
translate-strings.yml Chore(deps): Bump the actions group with 5 updates (#10978) 2025-10-01 19:06:07 -07:00