Files
vercel/errors/path-not-deployable.md
Steven 56c8af51b2 [all] Rename GitHub repo to vercel/vercel (#4506)
We renamed the GitHub repository from `zeit/now` to `vercel/vercel` so this PR updates all references to the repo URL.

There were also a few remaining references to Now CLI that have been updated to Vercel CLI.
2020-05-28 12:06:42 -04:00

16 lines
419 B
Markdown

# Path Not Deployable
#### Why This Error Occurred
You either tried to run Vercel CLI inside a directory that should never be deployed, or you specified a directory that should never be deployed like this: `vercel <directory>`.
#### Possible Ways to Fix It
Make sure that you're not trying to deploy one of these directories:
- User
- Downloads
- Desktop
These directories are not supported for security reasons.