mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-28 17:28:00 +01:00
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
|
||
|---|---|---|
| .. | ||
| ci.yml | ||
| cleanup-tags.yml | ||
| codeql-analysis.yml | ||
| crowdin.yml | ||
| docker-intellidocs.yml | ||
| pr-bot.yml | ||
| project-actions.yml | ||
| repo-maintenance.yml | ||
| translate-strings.yml | ||