Skip to content

I can not install it #1202

Closed Answered by mponcardas
willamecm-10 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm a beginner, and I ran into the same issue when I tried publishing through GitHub Pages.

Here's how I solved the issue

  1. Make sure you run the command bundle exec jekyll s inside the local cloned repository for it to generate the _site directory. After that, add your github.io repository in the url line insite _config.yml file.
  2. You will find this line inside the config file. Change the username to the correct one you have.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
url: "https://username.github.io/"
  1. Lastly, execute 'git add', 'git commit', and 'git push' to update your changes. After that, head over to the 'Actions' tab to see if the deploymen…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kungfux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants