Reactjs Netlify部署-无法获取缓存

Reactjs Netlify部署-无法获取缓存,reactjs,netlify,Reactjs,Netlify,我通常不会在部署到Netlify时遇到问题。然而,这一次我得到了一个非常短的部署日志,其中有一些以前没有见过的问题。当我试图访问我的网站时,我得到一个空白页面 LOG BELOW 2:44:07 PM: Build ready to start 2:44:09 PM: build-image version: 9cade8af58c2cf3a17a1e9433d2e979149488837 2:44:09 PM: build-image tag: v3.3.5 2:44:09 PM:

我通常不会在部署到Netlify时遇到问题。然而,这一次我得到了一个非常短的部署日志,其中有一些以前没有见过的问题。当我试图访问我的网站时,我得到一个空白页面


LOG BELOW 

2:44:07 PM: Build ready to start

2:44:09 PM: build-image version: 9cade8af58c2cf3a17a1e9433d2e979149488837

2:44:09 PM: build-image tag: v3.3.5

2:44:09 PM: buildbot version: 2d05064ce3dd2eb95d282a24602ab707dd9581e8

2:44:09 PM: Fetching cached dependencies

2:44:09 PM: Failed to fetch cache, continuing with build

2:44:09 PM: Starting to prepare the repo for build

2:44:10 PM: No cached dependencies found. Cloning fresh repo

2:44:10 PM: git clone https://github.com/Jrowan19/PS-FRONTEND

2:44:10 PM: Preparing Git Reference refs/heads/master

2:44:11 PM: No build command found, continuing to publishing

2:44:11 PM: Starting to deploy site from ‘/’

2:44:11 PM: Creating deploy tree

2:44:11 PM: 0 new files to upload

2:44:11 PM: 0 new functions to upload

2:44:11 PM: Starting post processing

2:44:11 PM: Post processing done

2:44:11 PM: Site is live

2:44:11 PM: Finished processing build request in 2.498321286s

根据存储库文件夹布局,生成目录应该是
ps frontend/build
,而不是根(
/
)文件夹