wangyang0918 commented on code in PR #178:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/178#discussion_r857060750
##########
.github/workflows/ci.yml:
##########
@@ -80,6 +80,11 @@ jobs:
cd flink-kubernetes-webhook
mvn verify -Dit.skip=false
cd ..
+ - name: Tests in flink-kubernetes-docs
Review Comment:
We already have `mvn clean install -DskipTests -Pgenerate-docs` in ci.yml to
guard the docs are re-generated accordingly. What I mean is to simply add
`-Dgenerate-config-docs` here.
Maybe `-Pgenerate-config-docs` looks better.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]