This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 657ce8e Uses default Jekyll output dir 657ce8e is described below commit 657ce8e564dde37d8bd56a28957ba01d83f30fc8 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Mar 23 07:27:44 2020 +0100 Uses default Jekyll output dir --- .gitignore | 1 + _config.yml | 1 - docker-run.fish | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4849900..cca73da 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ content target .bundle .jekyll-metadata +_site diff --git a/_config.yml b/_config.yml index 1ce839b..eba921b 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,6 @@ name: Apache Struts markdown: kramdown markdown_ext: md source: source -destination: target/content encoding: UTF-8 highlighter: rouge kramdown: diff --git a/docker-run.fish b/docker-run.fish index 6bba623..f9fc341 100755 --- a/docker-run.fish +++ b/docker-run.fish @@ -1,4 +1,3 @@ #!/usr/local/bin/fish -set -x JEKYLL_VERSION 3.8 -docker run --rm -v $PWD:/srv/jekyll -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental +docker run --rm -v $PWD:/srv/jekyll -it jekyll/jekyll:3.8 jekyll serve --watch --trace --force_polling --incremental