github 上的页面无法发布(未找到错误 404)

Page on github wont publish (error 404 not found)

当我尝试在 github 上发布我的页面时,它不会上线:https://starzje.github.io/NFT-card/

在“页面构建和部署”中,我在 github 上的部署和构建部分都遇到了错误。

我的文件只是普通的 index.html 和 style.css,里面什么都没有(只是一个文件夹,只有很少的 img)。

我之前在一个项目上确实安装了sass并使用了bootstrap(但是这个项目没有scss)

github 错误:

**DEPLOY ERROR**
Error: Error: No uploaded artifact was found! Please check if there are any errors at build step.
Error: Error: No uploaded artifact was found! Please check if there are any errors at build step.```


**BUILD ERROR:**

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
                    No such file or directory @ dir_chdir - /github/workspace/docs

mentioned in 2019, try and add a .nojekyll file at the root of your NFT-card repository.

这应该允许您完全绕过 Jekyll:它根本不会尝试应用 jekyll/minima 主题。