martin-g commented on code in PR #104:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/104#discussion_r1041460517


##########
.github/workflows/docs.yaml:
##########
@@ -0,0 +1,67 @@
+on:
+  push:
+    branches:
+      - master
+    tags:
+      - "!**-rc"
+    paths:
+      - docs/**
+      - .github/workflows/docs.yml

Review Comment:
   I think this is how it should work! If there are no changes in the docs/ 
between two versions then there is no need to upload new HTMLs.
   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.
   
   But I am fine to remove the `paths` and let it always deploy.



-- 
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]

Reply via email to