Netlify 部署 - 无法获取缓存

Netlify deployment - Failed to fetch cache

我通常不会遇到部署到 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 而不是根 (/) 文件夹。