Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Netifly Failed #1902

Open
ghost opened this issue Oct 16, 2021 · 1 comment
Open

Deploy Netifly Failed #1902

ghost opened this issue Oct 16, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 16, 2021

I already forked the repository into mine like tutorial said. It is working for github pages. but i want to deploy also using netifly. but i just realized there is no Gemfile there. It fails to deploy
Screen Shot 2021-10-16 at 13 12 57

@lucienbill
Copy link

lucienbill commented Oct 24, 2021

Hi,
The command bundle exec jekyll build is meant for the jekyll.
"Jekyll Now" is a special flavor of Jekyll.

I suggest 2 solutions:

  1. The hard way: follow the instructions of the official Jekyll website
  2. The somewhat easier way (that might work), that I describe next

If all you need is to build your site just like you used to with Github Pages, then your build process on netlify should mimic the build process of Github Pages:

  1. The machine that builds your site need to have Jekyll Now. Use the command gem install github-pages (it will instruct ruby to install Jekyll Now)
  2. Then, run jekyll build -> your site will be generated under the _site directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant