Mike Cole
Mike Cole
I'm having the same issues. It's a mix of 404, 503, and a few others. Very strange. It's sporadic. I believe this is what you need, if not let me...
@chaos67731 You may want to consider just using a meta refresh and skip js: `` Using this will cause your page to pick up any updates you've pushed to the...
> This is how I use the pages-gem docker image: > > 1. Build a recent github-pages image > > ```shell > git clone https://github.com/github/pages-gem > cd pages-gem > git...
@pmarinova Confirmed, this worked for me. Thank you! I did slightly modify the command: `command: sh -c "bundle install && jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000"`