【发布时间】:2019-11-14 03:15:01
【问题描述】:
我正在使用 Jekyll 开发一个新版本的静态网站,通过 Github 页面部署:https://devcampy.com
存储库:https://github.com/gianarb/devcampy.com
我在本地使用 docker 运行它,但无法重现该问题:
$ docker run --rm -p 4000:4000 -v "$PWD":/srv/jekyll jekyll/jekyll:stable jekyll serve
这是我推送到存储库时通过电子邮件收到的错误。我不知道为什么它不能正常工作
The page build failed for the `master` branch with the following error:
Your SCSS file `assets/main.scss` has an error on line 6: File to import not found or unreadable: vendor/rfs. Load paths: node_modules /hoosegow/.bundle/ruby/2.5.0/gems/jekyll-theme-primer-0.5.3/_sass /hoosegow/.bundle/ruby/2.5.0/gems/jekyll-theme-primer-0.5.3/_sass /hoosegow/.bundle/ruby/2.5.0/gems/jekyll-theme-primer-0.5.3/_sass. For more information, see https://help.github.com/en/articles/page-build-failed-invalid-sass-or-scss.
有人有任何反馈吗?非常感谢
【问题讨论】:
标签: ruby sass jekyll github-pages