Skip to content

Commit 3de8323

Browse files
committed
Let build work by not using stripped jekyll environment.
1 parent 1ca3735 commit 3de8323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_local_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
docker run --rm -v `pwd`:/srv/jekyll -i -t -p 127.0.0.1:4000:4000 jekyll/jekyll:pages jekyll serve --watch
3+
docker run --rm -v `pwd`:/srv/jekyll -i -t -p 127.0.0.1:4000:4000 jekyll/jekyll:builder jekyll serve --watch

0 commit comments

Comments
 (0)