Local testing of existing GitHub Jekyll site

Locally you would need to do the same thing which it looks like you are now?

So it seems. I was just worried about uploading my custom Gemfile.

Thanks for your help!

since you are using an action the gemfile could be ok. Without an action GH pages is very limited as to what plugins you can use.

With the action I think you can use anything you want, kind of like that action is.

I don’t use actions or gemfiles so not much I can say about how to do it, but my instinct would be to use the gemfile and then make your own action to do what you want to do.

by using the gemfile you are more likely to get the same experience locally as on GH pages. Although I could be confusing some of what the gemfile and the config file do as far as plugins go. I don’t use any plugins so I am not sure how all the works exactly.

Glad you got it to work.