diff --git a/README.md b/README.md index 49fb650..238fafb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ podman run --rm -d \ -v $PWD/:/site:z \ -p 0.0.0.0:4000:4000 \ registry.gitlab.com/centos/artwork/centos-web/jekyll-theme-centos:latest \ - bundle exec jekyll serve -H 0.0.0.0 -p 4000 --config /site/_config.yml -s /site -d /site/public + bundle exec jekyll serve -H 0.0.0.0 -p 4000 --config /site/_config.yml -s /site -d /site/_site ``` ### Production @@ -69,7 +69,7 @@ podman run --rm -d \ --name jekyll-theme-centos-site \ -v $PWD/:/site:z \ registry.gitlab.com/centos/artwork/centos-web/jekyll-theme-centos:latest \ - bundle exec jekyll build --config /site/_config.yml -s /site -d /site/public + bundle exec jekyll build --config /site/_config.yml -s /site -d /site/_site ``` ### Opening a PR (Merge request)