blob: c2e29f1852b57daf109dbc771c046e387477554f [file] [log] [blame]
#!/bin/bash
echo "=> Building the binary"
docker run --privileged \
-v $(pwd):/usr/src/app \
-v /var/run/docker.sock:/var/run/docker.sock \
starefossen/github-pages jekyll build
echo $(pwd)
ls -la
ls -la _site