kou commented on code in PR #104: URL: https://github.com/apache/arrow-datafusion-python/pull/104#discussion_r1041489726
########## .github/workflows/docs.yaml: ########## @@ -0,0 +1,67 @@ +on: + push: + branches: + - master + tags: + - "!**-rc" + paths: + - docs/** + - .github/workflows/docs.yml Review Comment: > Removed `paths`! OK! We can improve this (skip needless deployments) as a follow-up task if it's needed. > I guess there will be at least change of the version in the docs, e.g. 0.7.0 -> 0.8.0, so it will deploy the site. I'm not sure that GitHub Actions use `0.7.0..0.8.0` for `0.8.0` tag... -- 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]
