ashb commented on a change in pull request #4788: [AIRFLOW-3811][3/3] Add 
automatic generation of API Reference
URL: https://github.com/apache/airflow/pull/4788#discussion_r268160669
 
 

 ##########
 File path: docs/build.sh
 ##########
 @@ -23,7 +23,8 @@ set -e
 FWDIR="$(cd "`dirname "$0"`"; pwd)"
 cd "$FWDIR"
 
-[ -d _build ] && rm -r _build
+[[ -d "_build" ]] && rm -r _build
+[[ -d "_autoapi" ]] && rm -r _autoapi
 
 Review comment:
   `_api` now since the folder rename.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to