0

I have my ruby on rails project on github and want to show it on pages but it only shows whats in the readme file.

I've read through other stack overflow questions about this but I don't really understand how to fix it. My rails app is on https://github.com/obvJones/railstesting/.

enter image description here This is what my pages settings look like

2
  • 1
    What other pages do you want to show? Where do you expect them to show? Commented Jan 11, 2023 at 13:58
  • are you deploying a branch? It looks like you are just deploying your repo which would show your main README file. Commented Jan 11, 2023 at 14:59

1 Answer 1

1

When you want to host a static website on Github Pages using Ruby language, it is only possible through Jekyll. So it's not possible to run a Rails server on Github Pages. If you want more details on how to do that, please take a look at this Setting up a GitHub Pages site with Jekyll

Sign up to request clarification or add additional context in comments.

1 Comment

Guide also available in Deutsch (docs.github.com/de/pages/…)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.