🚀 It's dockerized and configured to be continuously deployed to GitHub Pages!
🤓 Read my step by step guide in dev.to
Make your Middleman app's deployment run smoothly with GitHub Actions. Check out it's workflow file to see what's happening under the hood.
- Download Docker (if you haven't already)
- Clone this repository
- Open a terminal session in the root of your project and run:
$ docker-compose up
That's it! You're good to go.
$ docker-compose build
$ docker-compose run --rm web bundle exec middleman build