Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/2040#discussion_r65107320
--- Diff: docs/build_docs.sh ---
@@ -54,7 +54,7 @@ JEKYLL_CMD="build"
while getopts ":p" opt; do
case $opt in
p)
- JEKYLL_CMD="serve --config _config.yml,_local_preview_conf.yml
--watch"
+ JEKYLL_CMD="serve --baseurl= --watch"
--- End diff --
Thanks! Just tried this out and it works as expected. I guess it was there,
because older Jekyll versions didn't have support for this. @dyanarose, do know
exactly what changed (if anything) between Jekyll versions?
+1 to apply this change after #2033 has been merged.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---