diff --git a/build.sh b/build.sh index e395dd5..b38f581 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -docker run --rm --volume=/Users/akornev/workspace/youcon.github.io:/srv/jekyll -it jekyll/jekyll:3.5 jekyll build --verbose --trace +docker run --rm --volume=$PWD:/srv/jekyll -it jekyll/jekyll:3.5 jekyll build --verbose --trace