Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3013#discussion_r92653981
  
    --- Diff: docs/build_docs.sh ---
    @@ -46,8 +46,8 @@ DOCS_DST=${DOCS_SRC}/content
     JEKYLL_CMD="build"
     
     # if -p flag is provided, serve site on localhost
    -# -i is like -p, but incremental (which has some issues, but is very fast)
    -while getopts ":p:i" opt; do
    +# -i is like -p, but incremental (only rebuilds the modified file)
    +while getopts "pi" opt; do
    --- End diff --
    
    Does this fix the `-p` argument? In the master, only the `-i` argument is 
working.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to