When I use the Deploy Button via this link: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fscoful%2Fpocker
, I run into the following two problems:
- The .github/workflow directory from GitHub isn’t being cloned.
- The newly cloned project in GitHub starts as an init (with only one commit record) instead of a full clone that includes all commit history—why is this happening?
This is a bizarre issue. Just last week, I can confirm that problem #2 wasn’t occurring, and the deployment worked as expected. Any insights would be appreciated!