[英]Page on github wont publish (error 404 not found)
My page wont go live when i try to publish it on github: https://starzje.github.io/NFT-card/
在“页面构建和部署”中,我在 github 上部署和构建部件时都遇到错误。
我的文件只是普通的 index.html 和 style.css,里面没有其他内容(只是一个包含几个 imgs 的文件夹)。
在此之前,我确实安装了 sass 并在项目上使用了引导程序(但该项目中没有 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
如2019 年所述,尝试在NFT-card
存储库的根目录中添加一个.nojekyll
文件。
这应该允许您完全绕过 Jekyll:它根本不会尝试应用jekyll/minima
主题。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.